Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't show lines in our facet tests that are outside of the range #2164

Closed
pokey opened this issue Jan 7, 2024 · 0 comments · Fixed by #2207
Closed

Don't show lines in our facet tests that are outside of the range #2164

pokey opened this issue Jan 7, 2024 · 0 comments · Fixed by #2207

Comments

@pokey
Copy link
Member

pokey commented Jan 7, 2024

See #2102 (comment) for more, but basically, instead of:

aaa(bbb);
const ccc = aaa(bbb);
ccc + aaa(bbb);
ccc(aaa(bbb));
---

[#1 Content] =
[#1 Removal] = 0:0-0:8
0| aaa(bbb);
  >--------<
1| const ccc = aaa(bbb);
2| ccc + aaa(bbb);
3| ccc(aaa(bbb));

we would do

aaa(bbb);
const ccc = aaa(bbb);
ccc + aaa(bbb);
ccc(aaa(bbb));
---

[#1 Content] =
[#1 Removal] = 0:0-0:8
0| aaa(bbb);
  >--------<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant