boot2

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

_04-strlen-badarg.M1pp (296B)


      1 # Malformed: strlen requires a double-quoted TOK_STRING argument.
      2 # Single-quoted '...' hex literals are meaningless for strlen and must
      3 # be rejected. Expected behavior: non-zero exit from the expander.
      4 # (Underscore-prefixed filename so test.sh skips this fixture.)
      5 
      6 %((strlen 'deadbeef'))
      7 END