From 15aa8b430b59efd867bcbbec67b3a2051d4da73b Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 11 Oct 2015 20:57:52 +0000 Subject: [PATCH] .autotest git-svn-id: svn://ultimatepp.org/upp/trunk@9003 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- autotest/CppParser/CppParser.upp | 4 +++- autotest/CppParser/test43.in | 3 +++ autotest/CppParser/test43.out | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 autotest/CppParser/test43.in create mode 100644 autotest/CppParser/test43.out diff --git a/autotest/CppParser/CppParser.upp b/autotest/CppParser/CppParser.upp index c1269da63..54cc77861 100644 --- a/autotest/CppParser/CppParser.upp +++ b/autotest/CppParser/CppParser.upp @@ -89,7 +89,9 @@ file test41.in, test41.out, test42.in, - test42.out; + test42.out, + test43.in, + test43.out; mainconfig "" = "", diff --git a/autotest/CppParser/test43.in b/autotest/CppParser/test43.in new file mode 100644 index 000000000..6ab884836 --- /dev/null +++ b/autotest/CppParser/test43.in @@ -0,0 +1,3 @@ +template +template +void Foo::Bar(B v) {} diff --git a/autotest/CppParser/test43.out b/autotest/CppParser/test43.out new file mode 100644 index 000000000..320596887 --- /dev/null +++ b/autotest/CppParser/test43.out @@ -0,0 +1,5 @@ +Foo { + INSTANCEFUNCTIONTEMPLATE, name: Bar, qitem: Bar(B), qtype: , qptype: B, natural: template , void Bar(B v), line 1, using +} + { +} \ No newline at end of file