ohm
ohm copied to clipboard
Fix tracing tests disabled in move to incremental parsing
When we implemented incremental parsing, we disabled two tests in test-tracing.js:
test.skip('memoization', function(t) {
...
});
test.skip('bindings', function(t) {
...
});
We should fix the underlying issues and get these working again.