summaryrefslogtreecommitdiffstats
path: root/testdata
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-11-30 20:27:16 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2012-11-30 20:27:16 +0000
commit9e743d517a047566996181549f05383948c0d0c0 (patch)
tree8b1f2cf797aae03cf821d34bc91e62139482cb52 /testdata
parent2dad2bdd974e6964e739f9bd09c7ad2c4025d00b (diff)
Sort function and more general comparison operators.
Diffstat (limited to 'testdata')
-rw-r--r--testdata4
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata b/testdata
index de224b96..1bab84f2 100644
--- a/testdata
+++ b/testdata
@@ -425,3 +425,7 @@ true
{foo: {baz: 12, blap: {bar: 13}}, bar: 14} contains {bar: 14, foo: {blap: {bar: 14}}}
{}
false
+
+sort
+[42,[2,5,3,11],10,{"a":42,"b":2},{"a":42},true,2,[2,6],"hello",null,[2,5,6],{"a":[],"b":1},"abc","ab",[3,10],{},false,"abcd",null]
+[null,null,false,true,2,10,42,"ab","abc","abcd","hello",[2,5,3,11],[2,5,6],[2,6],[3,10],{},{"a":42},{"a":42,"b":2},{"a":[],"b":1}]