Skip to content

Commit 60bbab7

Browse files
belfoLuca Belforte
andauthored
Fix issue 940 (#954)
Add support for & in id name Signed-off-by: Luca Belforte <[email protected]> Co-authored-by: Luca Belforte <[email protected]>
1 parent 8536aa3 commit 60bbab7

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/antlr4/oracle/weblogic/deploy/yaml

1 file changed

+1
-1
lines changed

core/src/main/antlr4/oracle/weblogic/deploy/yaml/Yaml.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ fragment QUOTED_ID_START
305305

306306
fragment QUOTED_ID_CONTINUE
307307
: ID_CONTINUE
308-
| [@*#\-(){}[\]:/]
308+
| [@&*#\-(){}[\]:/]
309309
;
310310

311311
fragment SQUOTED_STRING_CHARS

0 commit comments

Comments
 (0)