differentmatt / filbert

JavaScript parser of Python
Other
133 stars 27 forks source link

Include filbert_loose.js testing in 'grunt test' #30

Open differentmatt opened 10 years ago

differentmatt commented 10 years ago

Running grunt test should test filbert.js and filbert_loose.js.

Currently it only runs tests against filbert.js. To test filbert_loose.js, you have to hack test/spec/util.js to target filbert_loose.js instead.

bhargavvader commented 9 years ago

Is this bug fixed? I printed a check in the filbert_loose file and it appeared when grunt test was executed.

differentmatt commented 9 years ago

I don't think so. I tried putting a print statement in filbert_loose parse_dammit and did not see it print after running grunt test.

How exactly did you check this?

bhargavvader commented 9 years ago

My bad, I seem to have checked by printing above parse_dammit (line 40 in the filbert_loose file). Will try and find a fix.