pjljvandelaar / Haystack-Ada

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Single AST node not found #69

Open pjljvandelaar opened 2 years ago

pjljvandelaar commented 2 years ago

When following the instructions on https://github.com/pjljvandelaar/Haystack-Ada/blob/main/tests/front_end_tests.md everything works fine. Line 31: Put("[") is found

Yet when I replace the example find query Put ($S_expr) by

nothing is found.

Using the find query Put ($M_args), one hit is found - starting at 12:1 (first non-comment token) until the very end.

Using the find queries

the expected results are obtained.

pjljvandelaar commented 2 years ago

@kskcp Did something go wrong in my installation, or did you never consider / test these queries?