From b4e88c15da749b3edbd56cb70bf280a8e7bbfc3c Mon Sep 17 00:00:00 2001 From: Jasper Hugunin Date: Mon, 16 Jul 2018 14:04:29 -0700 Subject: Add test for repeated section with same name --- test-suite/bugs/closed/8081.v | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test-suite/bugs/closed/8081.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/8081.v b/test-suite/bugs/closed/8081.v new file mode 100644 index 0000000000..0f2501aaa8 --- /dev/null +++ b/test-suite/bugs/closed/8081.v @@ -0,0 +1,4 @@ +Section foo. +End foo. +Section foo. +End foo. -- cgit v1.2.3