From dc1586e9d069312147dd204cd0b5da373f87c85f Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Mon, 3 Jul 2023 20:00:34 +0000 Subject: [PATCH] Unskip Inline tests These are just topics of templating --- .../Integration/tests/guilable/expected/index.html | 5 +++-- tests/Integration/tests/guilable/input/skip | 0 .../tests/inline-code/expected/index.html | 14 ++++++++++---- tests/Integration/tests/inline-code/input/skip | 0 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 tests/Integration/tests/guilable/input/skip delete mode 100644 tests/Integration/tests/inline-code/input/skip diff --git a/tests/Integration/tests/guilable/expected/index.html b/tests/Integration/tests/guilable/expected/index.html index 48f7fb9be..92e18f9f2 100644 --- a/tests/Integration/tests/guilable/expected/index.html +++ b/tests/Integration/tests/guilable/expected/index.html @@ -1,11 +1,12 @@ +

Lorem ipsum dolor sit amet Foo Bar.

-

Lorem ipsum dolor sit ametFoo Bar.

-

Lorem ipsum dolor sit amet Foo-Bar.

+

Lorem ipsum dolor sit ametFoo Bar.

+

Lorem ipsum dolor sit amet Foo-Bar.

diff --git a/tests/Integration/tests/guilable/input/skip b/tests/Integration/tests/guilable/input/skip deleted file mode 100644 index e69de29bb..000000000 diff --git a/tests/Integration/tests/inline-code/expected/index.html b/tests/Integration/tests/inline-code/expected/index.html index 988b58cb7..4fb9377fa 100644 --- a/tests/Integration/tests/inline-code/expected/index.html +++ b/tests/Integration/tests/inline-code/expected/index.html @@ -1,4 +1,10 @@ -

$result = $a + 23;

-

lib.hello.value = Hello World!

-

/etc/passwd

-

ctrl + s

\ No newline at end of file + + + + + + + +

$result = $a + 23;lib.hello.value = Hello World!/etc/passwdctrl + s

+ + diff --git a/tests/Integration/tests/inline-code/input/skip b/tests/Integration/tests/inline-code/input/skip deleted file mode 100644 index e69de29bb..000000000