File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1385,6 +1385,7 @@ def test_text_area_line_number_start(snap_compare):
13851385 )
13861386
13871387
1388+ @pytest .mark .syntax
13881389@pytest .mark .parametrize (
13891390 "press" ,
13901391 [
@@ -1426,6 +1427,7 @@ def setup(pilot):
14261427 )
14271428
14281429
1430+ @pytest .mark .syntax
14291431@pytest .mark .parametrize (
14301432 "press" ,
14311433 [
@@ -1465,6 +1467,7 @@ def setup(pilot):
14651467 )
14661468
14671469
1470+ @pytest .mark .syntax
14681471@pytest .mark .parametrize ("soft_wrap" , [False , True ])
14691472@pytest .mark .parametrize (
14701473 "press" , [
@@ -1511,6 +1514,7 @@ def setup(pilot):
15111514 )
15121515
15131516
1517+ @pytest .mark .syntax
15141518@pytest .mark .skip ("SVG rendering does not match terminal rendering" )
15151519@pytest .mark .parametrize (
15161520 "press" , [
You can’t perform that action at this time.
0 commit comments