From 430b2252082692d256aea997db7fd77008ac05f5 Mon Sep 17 00:00:00 2001 From: marcobaye Date: Mon, 15 Jun 2020 13:05:14 +0000 Subject: [PATCH] added failing test program, fix will follow realsoonnow(tm) git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@232 4df02467-bbd4-4a76-a152-e7ce94205b78 --- testing/errors/opnotsupp-FIXME.a | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing/errors/opnotsupp-FIXME.a diff --git a/testing/errors/opnotsupp-FIXME.a b/testing/errors/opnotsupp-FIXME.a new file mode 100644 index 0000000..ee52752 --- /dev/null +++ b/testing/errors/opnotsupp-FIXME.a @@ -0,0 +1,3 @@ +;ACME 0.96.5 + li = [[9,8], 7, 3,4] + a = len(li)[0] ; this should give an "Operation not supported" error, but doesn't