From 7138e046e24b9b38a473f3c920d64be9917f666f Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Wed, 30 Oct 2024 08:19:09 -0700 Subject: [PATCH] Looks like we have a working tag tag with a container capability. --- Tag.cpp | 3 +++ testtag.jet | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Tag.cpp b/Tag.cpp index 16b3a28..d791158 100644 --- a/Tag.cpp +++ b/Tag.cpp @@ -179,6 +179,9 @@ namespace jet { continue; } else if(ifTagName(in, "container")) { processContainer(container2); + in.ifNext(""); continue; } else { out.write(in.charAt(0)); diff --git a/testtag.jet b/testtag.jet index 489a6b8..a4c69e9 100755 --- a/testtag.jet +++ b/testtag.jet @@ -1,13 +1,13 @@ #!./jet-2.0 ---> - >< - <--++> - >>>$[ix]<<< -<++ -== + + + + $[ix] + + - >><< + \ No newline at end of file