Fix ruby true/false detection bug

This commit is contained in:
2026-01-18 13:23:54 +00:00
parent c8db7b14a3
commit c9324c13aa
3 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ UNINITCORE = %{
# Unicode identifiers (valid in Ruby)
= 0x5_4eddaee
π = 3.14_159e+2, ?\u0234, ?\,, ?\x0A, ?s, trued, falsess
π = 3.14_159e+2, ?\u0234, ?\,, ?\x0A, ?s, true, false
= -> { "こんに \n ちは" }
# Method using unicode variable names