From 71181fbd9a090f62bd37ec264fc97a25a6354c81 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 12 Apr 2020 22:10:16 -0400 Subject: [PATCH] Add a test case for comments --- js/test_cases/remove_comments/input1.json | 1 + js/test_cases/remove_comments/main.dust | 1 + 2 files changed, 2 insertions(+) create mode 100644 js/test_cases/remove_comments/input1.json create mode 100644 js/test_cases/remove_comments/main.dust diff --git a/js/test_cases/remove_comments/input1.json b/js/test_cases/remove_comments/input1.json new file mode 100644 index 0000000..ad7288d --- /dev/null +++ b/js/test_cases/remove_comments/input1.json @@ -0,0 +1 @@ +{"name": "Bob"} diff --git a/js/test_cases/remove_comments/main.dust b/js/test_cases/remove_comments/main.dust new file mode 100644 index 0000000..4a7b28e --- /dev/null +++ b/js/test_cases/remove_comments/main.dust @@ -0,0 +1 @@ +Hel{! This is a {!dust} comment !}lo {name}!