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)
Checking pipeline status
......@@ -495,8 +495,10 @@ number_with_unit
unit
:
(~(WHITE_SPACE | DOT))+
| NUM SLASH (~(WHITE_SPACE | DOT))+
(~(WHITE_SPACE | WHICH | HAS_A | WITH | WHERE | DOT | AND | OR ))
(~(WHITE_SPACE))*
|
NUM SLASH (~(WHITE_SPACE))+
;
location returns [String str]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment