We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929402c commit b07c79aCopy full SHA for b07c79a
1 file changed
src/main/java/org/jamplate/parser/LogicParser.java
@@ -52,7 +52,7 @@ public class LogicParser implements PollParser<Logic> {
52
*
53
* @since 0.0.1 ~2020.09.19
54
*/
55
- protected final Pattern PATTERN_REFERENCE = Pattern.compile("(\\w|\\d)+");
+ protected final Pattern PATTERN_REFERENCE = Pattern.compile("(-|\\w|\\d)+");
56
/**
57
* A pattern that detects whitespaces or any places that could be a whitespace. The pattern
58
* should be used after clearing:
0 commit comments