! Copyright (C) 2017 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: tools.test syntax.extras ; IN: syntax.extras.tests CONSTANT: nums2 UNIT-TEST: [ nums1 ] { { 1 2 3 } } UNIT-TEST: [ nums2 ] { { 1 2 3 } }