mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
More OPA conformance; in-progress: ability to trace interpreter (#63)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
73ee18f002
commit
577e1aa8db
+1
-1
@@ -43,8 +43,8 @@ fn non_string_key() -> Result<()> {
|
||||
"false": null,
|
||||
"3.141592653589793": null,
|
||||
"[true,null,3.141592653589793]": null,
|
||||
"{\"null\":null,\"false\":null,\"3.141592653589793\":null,\"[true,null,3.141592653589793]\":null,\"[false,true,3.141592653589793]\":null,\"\\\"<undefined>\\\"\":null}": null,
|
||||
"[false,true,3.141592653589793]": null,
|
||||
"{\"null\":null,\"false\":null,\"3.141592653589793\":null,\"[true,null,3.141592653589793]\":null,\"[false,true,3.141592653589793]\":null,\"\\\"<undefined>\\\"\":null}": null,
|
||||
"\"<undefined>\"": null
|
||||
}"#;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user