Skip to content
  • Mark OLESEN's avatar
    BUG: word input is too strict (fixes #2160) · 40ff2acd
    Mark OLESEN authored
    - for v2106 restricted the input conversion of string types to disallow
      treating verbatim strings as possible word input.
      However, it was too strict in just allowing quoted strings
      and should have also permitted '$'-sigil variables as well.
    
    - ensure that errors for bad string -> word input conversion
      are raised from within the '>>' read operator. These were
      previously triggered during the stripping process, which
      made error tracing more difficult.
    40ff2acd