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 a87564a commit d5b28cfCopy full SHA for d5b28cf
core/src/main/antlr4/oracle/weblogic/deploy/yaml/Yaml.g4
@@ -305,7 +305,7 @@ fragment QUOTED_ID_START
305
306
fragment QUOTED_ID_CONTINUE
307
: ID_CONTINUE
308
- | [@#\-(){}[\]:/]
+ | [@*#\-(){}[\]:/]
309
;
310
311
fragment SQUOTED_STRING_CHARS
core/src/test/resources/unit-test.yaml
@@ -20,7 +20,7 @@ topology:
20
com.oracle.something: Debug
21
# Adding test case for empty property key. Logging properties can have an empty key
22
'': Info
23
- com.oracle.something.else: Debug
+ 'com.oracle.something.else.*': Debug
24
s1:
25
ListenAddress: 127.0.0.1
26
ListenPort: 8001
0 commit comments