From 9296bf2984b70cbce128b7c2cacf120b3cc9e650 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Tue, 7 Jul 2026 08:50:21 +0300 Subject: [PATCH] updated tests --- test.clx | 1 + 1 file changed, 1 insertion(+) diff --git a/test.clx b/test.clx index 237a3d4..2d07f64 100644 --- a/test.clx +++ b/test.clx @@ -77,6 +77,7 @@ if [ " Testing dot: " puts 123 . # Test dot " Testing emit: " puts 65 emit cr # Test emit +" Testing space: " puts 65 emit space 66 emit cr # Test space " Testing readln: " puts readln puts cr # Test readln " Testing .s: " puts .s cr # Test .s