We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05475ea commit b7b9cf5Copy full SHA for b7b9cf5
packages/jupyterlab-lsp/src/transclusions/ipython-rpy2/extractors.spec.ts
@@ -126,7 +126,6 @@ describe('IPython rpy2 extractors', () => {
126
let { foreign_document_map } = extract(code);
127
let { range } = get_the_only_pair(foreign_document_map);
128
expect(range.start.line).to.be.equal(1);
129
- // note: the space before ggplot() is included in the range
130
expect(range.start.column).to.be.equal(0);
131
132
expect(range.end.line).to.be.equal(1);
0 commit comments