From 3d8f3e9ebdaa5a0a6d2be05b56d55e58d247e06d Mon Sep 17 00:00:00 2001 From: Anthony Howe Date: Wed, 4 Sep 2024 15:50:33 -0400 Subject: [PATCH] GH-16 Add missing test data files for CI. --- test/data/include1.p4 | 5 +++++ test/data/include2.p4 | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 test/data/include1.p4 create mode 100644 test/data/include2.p4 diff --git a/test/data/include1.p4 b/test/data/include1.p4 new file mode 100644 index 0000000..f6ba5d7 --- /dev/null +++ b/test/data/include1.p4 @@ -0,0 +1,5 @@ +123 +\ So include a file. +INCLUDE ../test/data/include2.p4 +\ Resume interpreting this file. +456 diff --git a/test/data/include2.p4 b/test/data/include2.p4 new file mode 100644 index 0000000..56aaea0 --- /dev/null +++ b/test/data/include2.p4 @@ -0,0 +1,2 @@ +S\" 666 S\\\" Bonjour Le Monde\" TYPE CR 999" EVALUATE +789