Merge branch 'develop' into epic-reducer-project

This commit is contained in:
Umur Ozkul 2022-08-26 00:09:50 +02:00
commit ac63b57478

View File

@ -263,7 +263,7 @@ float 'float'
d = [0-9]
boolean 'boolean'
= ('true'/'false')
= ('true'/'false') ! [a-z]i ! [_$]
{ return h.nodeBoolean(text() === 'true')}
valueConstructor