to_number
1 parent e1dc3b6 commit 3f635acCopy full SHA for 3f635ac
2 files changed
tests/integration/fail/type_conversion_to_number_empty.kr
@@ -0,0 +1,4 @@
1
+# Test to_number with empty string
2
+# Expected: Runtime error - empty string cannot be converted to number
3
+
4
+set num to call to_number with ""
tests/integration/pass/type_conversion_to_number_empty.kr
0 commit comments