From 76caa37f22b70b126563df8a5eeab1b8bf693fc9 Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Tue, 17 Jan 2012 17:26:59 -0200 Subject: Fix check for number of arguments Fix the test for number of arguments by passing all arguments instead of passing the argument list as a single argument. Add positive and negative tests for it. --- test/files/run/interpolationArgs.check | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/run/interpolationArgs.check (limited to 'test/files/run/interpolationArgs.check') diff --git a/test/files/run/interpolationArgs.check b/test/files/run/interpolationArgs.check new file mode 100644 index 0000000000..155991e618 --- /dev/null +++ b/test/files/run/interpolationArgs.check @@ -0,0 +1,2 @@ +java.lang.IllegalArgumentException: wrong number of arguments for interpolated string +java.lang.IllegalArgumentException: wrong number of arguments for interpolated string -- cgit v1.2.3