From 346ea64f91eedc21961845043022ef6681752fc4 Mon Sep 17 00:00:00 2001 From: bronku Date: Tue, 25 Nov 2025 16:50:09 +0100 Subject: [PATCH] test names --- test/lexer/{1.in => 01.in} | 0 test/lexer/{1.out => 01.out} | 0 test/lexer/{2.in => 02.in} | 0 test/lexer/{2.out => 02.out} | 0 test/lexer/{3.in => 03.in} | 0 test/lexer/{3.out => 03.out} | 0 test/lexer/{4.in => 04.in} | 0 test/lexer/{4.out => 04.out} | 0 test/lexer/{5.in => 05.in} | 0 test/lexer/{5.out => 05.out} | 0 test/lexer/{6.in => 06.in} | 0 test/lexer/{6.out => 06.out} | 0 test/lexer/{7.in => 07.in} | 0 test/lexer/{7.out => 07.out} | 0 test/lexer/{8.in => 08.in} | 0 test/lexer/{8.out => 08.out} | 0 test/lexer/{9.in => 09.in} | 0 test/lexer/{9.out => 09.out} | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename test/lexer/{1.in => 01.in} (100%) rename test/lexer/{1.out => 01.out} (100%) rename test/lexer/{2.in => 02.in} (100%) rename test/lexer/{2.out => 02.out} (100%) rename test/lexer/{3.in => 03.in} (100%) rename test/lexer/{3.out => 03.out} (100%) rename test/lexer/{4.in => 04.in} (100%) rename test/lexer/{4.out => 04.out} (100%) rename test/lexer/{5.in => 05.in} (100%) rename test/lexer/{5.out => 05.out} (100%) rename test/lexer/{6.in => 06.in} (100%) rename test/lexer/{6.out => 06.out} (100%) rename test/lexer/{7.in => 07.in} (100%) rename test/lexer/{7.out => 07.out} (100%) rename test/lexer/{8.in => 08.in} (100%) rename test/lexer/{8.out => 08.out} (100%) rename test/lexer/{9.in => 09.in} (100%) rename test/lexer/{9.out => 09.out} (100%) diff --git a/test/lexer/1.in b/test/lexer/01.in similarity index 100% rename from test/lexer/1.in rename to test/lexer/01.in diff --git a/test/lexer/1.out b/test/lexer/01.out similarity index 100% rename from test/lexer/1.out rename to test/lexer/01.out diff --git a/test/lexer/2.in b/test/lexer/02.in similarity index 100% rename from test/lexer/2.in rename to test/lexer/02.in diff --git a/test/lexer/2.out b/test/lexer/02.out similarity index 100% rename from test/lexer/2.out rename to test/lexer/02.out diff --git a/test/lexer/3.in b/test/lexer/03.in similarity index 100% rename from test/lexer/3.in rename to test/lexer/03.in diff --git a/test/lexer/3.out b/test/lexer/03.out similarity index 100% rename from test/lexer/3.out rename to test/lexer/03.out diff --git a/test/lexer/4.in b/test/lexer/04.in similarity index 100% rename from test/lexer/4.in rename to test/lexer/04.in diff --git a/test/lexer/4.out b/test/lexer/04.out similarity index 100% rename from test/lexer/4.out rename to test/lexer/04.out diff --git a/test/lexer/5.in b/test/lexer/05.in similarity index 100% rename from test/lexer/5.in rename to test/lexer/05.in diff --git a/test/lexer/5.out b/test/lexer/05.out similarity index 100% rename from test/lexer/5.out rename to test/lexer/05.out diff --git a/test/lexer/6.in b/test/lexer/06.in similarity index 100% rename from test/lexer/6.in rename to test/lexer/06.in diff --git a/test/lexer/6.out b/test/lexer/06.out similarity index 100% rename from test/lexer/6.out rename to test/lexer/06.out diff --git a/test/lexer/7.in b/test/lexer/07.in similarity index 100% rename from test/lexer/7.in rename to test/lexer/07.in diff --git a/test/lexer/7.out b/test/lexer/07.out similarity index 100% rename from test/lexer/7.out rename to test/lexer/07.out diff --git a/test/lexer/8.in b/test/lexer/08.in similarity index 100% rename from test/lexer/8.in rename to test/lexer/08.in diff --git a/test/lexer/8.out b/test/lexer/08.out similarity index 100% rename from test/lexer/8.out rename to test/lexer/08.out diff --git a/test/lexer/9.in b/test/lexer/09.in similarity index 100% rename from test/lexer/9.in rename to test/lexer/09.in diff --git a/test/lexer/9.out b/test/lexer/09.out similarity index 100% rename from test/lexer/9.out rename to test/lexer/09.out