From e398a47fc9ef8ded356c56b5739808ce1192e3d2 Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Fri, 18 Apr 2025 05:37:07 +0000
Subject: [PATCH] fix syntax, add expected to errors

---
 test_scripts/test1.vs |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/test_scripts/test1.vs b/test_scripts/test1.vs
index ca2de5f..e6cefac 100644
--- a/test_scripts/test1.vs
+++ b/test_scripts/test1.vs
@@ -1,4 +1,3 @@
-<?void
 string $name = "World 😀"; # world test
 string $greeting = "Hello ";
 string $smiley = "😀 = \\U0001F600 = \U0001F600\n";
@@ -10,5 +9,3 @@
 print("The number2: ", $number2, "\n");
 
 print("Unicode: \u00E9 \U0001F600, hex: \x41, newline:\nEnd\t",$greeting, $name, "\n\nSmiley test: ", $smiley);
-
-?>
\ No newline at end of file

--
Gitblit v1.9.3