Files
not-python-rust/tests/map.npp
Alek Ratzloff e8461cd58b Add map tests
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-10-15 19:02:55 -07:00

9 lines
118 B
Plaintext

# Map type operator and function tests
a = [:]
println("to_str")
println(a)
println(['a': 1])
println(['b': 2 + 2])