We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082e420 commit 39823d6Copy full SHA for 39823d6
core/src/main/antlr4/oracle/weblogic/deploy/yaml/Yaml.g4
@@ -280,7 +280,7 @@ fragment ID_START
280
fragment ID_CONTINUE
281
: ID_START
282
| [0-9]
283
- | [. ()/]
+ | [. ()]
284
;
285
286
// to support variables in IDs that will need to be quoted because of the curly braces
@@ -292,7 +292,7 @@ fragment QUOTED_ID_START
292
293
fragment QUOTED_ID_CONTINUE
294
: ID_CONTINUE
295
- | [@#\-(){}[\]:/]
+ | [@#\-(){}[\]:]
296
297
298
fragment SQUOTED_STRING_CHARS
0 commit comments