boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

_14-str-malformed.M1pp (337B)


      1 # %str malformed input.
      2 #  - Underscore-prefix => skipped by test.sh.
      3 #  - Expected outcome: m1pp exits non-zero.
      4 #  - %str takes exactly one single-token WORD argument. A multi-token
      5 #    argument (`a b`) must be rejected; so must an already-string arg
      6 #    (`"already_string"`). This fixture exercises the multi-token path.
      7 
      8 %str(a b)