Stringify literals create client-side properly

This commit is contained in:
Amos Wenger 2022-07-21 18:44:41 +02:00
parent 36d825fd5d
commit 9cf99a9c71
2 changed files with 51 additions and 11 deletions

View file

@ -77,7 +77,6 @@ fn test_fn_like_mk_literals() {
LITERAL b"byte_string" 4294967295
LITERAL 'c' 4294967295
LITERAL "string" 4294967295
LITERAL "maybe \"raw\"?" 4294967295
LITERAL 3.14f64 4294967295
LITERAL 3.14 4294967295
LITERAL 123i64 4294967295