test change

This commit is contained in:
2023-03-21 00:27:42 +00:00
parent d17830f05c
commit 54ea92886e

View File

@@ -24,6 +24,7 @@ func anyToBool(x any) bool {
default:
return true
}
}
var booleanCompile = makeRegex(`( )*(true|false|null)( )*`)