muon/tests/fuzz/meson.dict
2022-10-25 10:54:31 -04:00

47 lines
434 B
Plaintext

# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
# SPDX-License-Identifier: GPL-3.0-only
" !="
" %"
" ("
" )"
" *"
" +"
" +="
" ,"
" -"
"."
" /"
" :"
" <"
" <="
" ="
" =="
" >"
" >="
" ?"
" ["
" ]"
" and"
" break"
" continue"
" elif"
" else"
" endforeach"
" endif"
" false"
" foreach"
" if"
" in"
" not"
" or"
" true"
" {"
" }"
" \\"
misc_dict=" {'a': 1}"
misc_string=" 'a'"
misc_unicode=" '\\u0001'"
misc_hex=" '\\x32'"