From 8fd1b062491f9ba1f0aed570086e7697731502d4 Mon Sep 17 00:00:00 2001 From: "N. Engelhardt" Date: Fri, 18 Feb 2022 17:13:09 +0100 Subject: fix handling of escaped chars in json backend and frontend --- tests/various/.gitignore | 1 + tests/various/json_escape_chars.ys | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 tests/various/json_escape_chars.ys (limited to 'tests') diff --git a/tests/various/.gitignore b/tests/various/.gitignore index 2bb6c7179..c6373468a 100644 --- a/tests/various/.gitignore +++ b/tests/various/.gitignore @@ -5,3 +5,4 @@ /run-test.mk /plugin.so /plugin.so.dSYM +/temp diff --git a/tests/various/json_escape_chars.ys b/tests/various/json_escape_chars.ys new file mode 100644 index 000000000..f118357c0 --- /dev/null +++ b/tests/various/json_escape_chars.ys @@ -0,0 +1,14 @@ +! mkdir -p temp +read_verilog <