github.com/expr-lang/expr@v1.16.9/test/fuzz/fuzz_expr.dict (about) 1 "{" 2 "}" 3 "," 4 "[" 5 "]" 6 "(" 7 ")" 8 ":" 9 "'" 10 "\"" 11 "0.1" 12 "1.2" 13 "2.3" 14 "-3.4" 15 "-4.5" 16 "-5.6" 17 "1e2" 18 "2e3" 19 "-3e4" 20 "-4e5" 21 "0" 22 "1" 23 "2" 24 "-3" 25 "-4" 26 "0x" 27 28 "true" 29 "false" 30 "not" 31 "nil" 32 33 "String" 34 35 "ok" 36 "f64" 37 "f32" 38 "i" 39 "i64" 40 "i32" 41 "array" 42 "list" 43 "foo" 44 "add" 45 "div" 46 "half" 47 "score" 48 "greet" 49 "Foo" 50 "Bar" 51 "Qux" 52 53 "all" 54 "none" 55 "any" 56 "one" 57 "filter" 58 "map" 59 "count" 60 "find" 61 "findIndex" 62 "findLast" 63 "findLastIndex" 64 "len" 65 "type" 66 "abs" 67 "int" 68 "float" 69 "string" 70 "trim" 71 "trimPrefix" 72 "trimSuffix" 73 "upper" 74 "lower" 75 "split" 76 "splitAfter" 77 "replace" 78 "repeat" 79 "join" 80 "indexOf" 81 "lastIndexOf" 82 "hasPrefix" 83 "hasSuffix" 84 "max" 85 "min" 86 "toJSON" 87 "fromJSON" 88 "toBase64" 89 "fromBase64" 90 "now" 91 "duration" 92 "date" 93 "first" 94 "last" 95 "get" 96 "keys" 97 "values" 98 "sort" 99 "sortBy"