myroslavarm / Experimental-Completion

My internship project: improving code completion for Pharo
6 stars 3 forks source link

add test: 1 + (1 si #23

Closed MarcusDenker closed 5 years ago

MarcusDenker commented 5 years ago

in the old completion, we get a suggestion for the send.

With the new one, we do not as the parser parses all the faulty code in one parse error node.

First step: add two tests (one for old, one for now) so we do not forget.

myroslavarm commented 5 years ago

done : https://github.com/myroslavarm/Experimental-Completion/commit/2904350849acd5ae1bda1e1a318df1946e2bfa14