# file : unit-tests/test/script/parser/pre-parse.testscript # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : attribute : { : pair : $* <>EOE != 0 x = [foo=bar] EOI testscript:1:5: error: unknown value attribute foo=bar EOE : pair-empty : $* <>EOE != 0 x = [foo=] EOI testscript:1:5: error: unknown value attribute foo EOE }