Skip to content
Snippets Groups Projects
Verified Commit 32c737f9 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix unit rule

parent 2009726b
No related branches found
No related tags found
1 merge request!13fix #131 and #134 (white spaces in query)
Pipeline #7885 passed
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
...@@ -495,8 +495,10 @@ number_with_unit ...@@ -495,8 +495,10 @@ number_with_unit
unit unit
: :
(~(WHITE_SPACE | DOT))+ (~(WHITE_SPACE | WHICH | HAS_A | WITH | WHERE | DOT | AND | OR ))
| NUM SLASH (~(WHITE_SPACE | DOT))+ (~(WHITE_SPACE))*
|
NUM SLASH (~(WHITE_SPACE))+
; ;
location returns [String str] location returns [String str]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment