Merge pull request #1010 from quantified-uncertainty/issue-1007
fix #1007
This commit is contained in:
commit
668756f874
|
@ -250,8 +250,8 @@ float 'float'
|
|||
d = [0-9]
|
||||
|
||||
boolean 'boolean'
|
||||
= ('true'/'false')
|
||||
{ return h.nodeBoolean(text() === 'true')}
|
||||
= ('true'/'false') ! [a-z]i ! [_$]
|
||||
{ return h.nodeBoolean(text() === 'true')}
|
||||
|
||||
valueConstructor
|
||||
= recordConstructor
|
||||
|
|
Loading…
Reference in New Issue
Block a user