colis-anr / morbig

A static parser for POSIX Shell
Other
190 stars 8 forks source link

Assert failure in preword_of_operator #77

Closed Niols closed 5 years ago

Niols commented 5 years ago

When given the script:

heredoc="${arg#<<?}"

Morbig fails with:

Fatal error: exception File "src/pretoken.ml", line 77, characters 11-17: Assertion failed

We probably just miss one operator (DLESS?).