Skip to content

Commit 108e620

Browse files
committed
Revert "Hotfix."
This reverts commit 308023f.
1 parent aaaa9f6 commit 108e620

File tree

1 file changed

+1
-1
lines changed
  • csharp/Platform.Communication.Protocol.Lino

1 file changed

+1
-1
lines changed

csharp/Platform.Communication.Protocol.Lino/Parser.peg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ eof = !.
2828
__ = [ \t]*
2929
_ = whiteSpaceSymbol*
3030
whiteSpaceSymbol = [ \t\n\r]
31-
referenceSymbol = [^ \t\n\r(:)] / "-"
31+
referenceSymbol = [^ \t\n\r(:)]

0 commit comments

Comments
 (0)