Skip to content

Commit

Permalink
Adjust lexing expectations after text change
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Jul 13, 2023
1 parent d92e744 commit 280a005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_myst_lexers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_examples_from_parsing_tests():
'directive': 'code-block', 'arguments': 'python',
'source': "raise Exception('boom!')\n",
}),
LexedRegion(640, 687, {
LexedRegion(701, 748, {
'directive': 'code-block', 'arguments': 'python',
'source': 'define_this = 1\n',
}),
Expand Down

0 comments on commit 280a005

Please sign in to comment.