From 5cd1c9fc26e17d8154012db8919037cfc8f69919 Mon Sep 17 00:00:00 2001 From: Maxime Perrotin Date: Sat, 31 Aug 2019 08:31:09 +0200 Subject: [PATCH] Fix dash/underscore issue in context parameters --- templates/skeletons/context_parameters.tmplt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/skeletons/context_parameters.tmplt b/templates/skeletons/context_parameters.tmplt index 7b66c88..319b97a 100644 --- a/templates/skeletons/context_parameters.tmplt +++ b/templates/skeletons/context_parameters.tmplt @@ -30,7 +30,7 @@ Context-@_REPLACE_ALL(_/-):LOWER:Name_@ ::= SEQUENCE { @_REPLACE_ALL(_/-):LOWER:Name_@-ctxt Context-@_REPLACE_ALL(_/-):LOWER:Name_@ ::= { @@INLINE( )(,\n )(\n)@@ @@TABLE@@ - @_REPLACE_ALL(_/-):LOWER:CP_Name_@ @_CP_Value_@ + @_REPLACE_ALL(_/-):LOWER:CP_Name_@ @_REPLACE_ALL(_/-):CP_Value_@ @@END_TABLE@@ @@END_INLINE@@ } -- GitLab