Skip to content

Commit c9b43a2

Browse files
committed
Revert "Add test"
This reverts commit 0fceca8.
1 parent 0fceca8 commit c9b43a2

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

features/makepot.feature

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3696,11 +3696,6 @@ Feature: Generate a POT file of a WordPress project
36963696
"fontSizes": [
36973697
{ "name": "Small", "slug": "small", "size": "13px" }
36983698
]
3699-
},
3700-
"border": {
3701-
"radiusSizes": [
3702-
{ "slug": "soft", "size": "6px", "name": "Soft corners" }
3703-
]
37043699
}
37053700
}
37063701
}
@@ -3737,11 +3732,6 @@ Feature: Generate a POT file of a WordPress project
37373732
msgctxt "Font size name"
37383733
msgid "Small"
37393734
"""
3740-
And the foo-theme/foo-theme.pot file should contain:
3741-
"""
3742-
msgctxt "Border radius size name"
3743-
msgid "Soft corners"
3744-
"""
37453735
And the foo-theme/foo-theme.pot file should contain:
37463736
"""
37473737
msgctxt "Style variation name"
@@ -3766,11 +3756,6 @@ Feature: Generate a POT file of a WordPress project
37663756
"palette": [
37673757
{ "slug": "black", "color": "#000000", "name": "Black" }
37683758
]
3769-
},
3770-
"border": {
3771-
"radiusSizes": [
3772-
{ "slug": "soft", "size": "6px", "name": "Soft corners for paragraph" }
3773-
]
37743759
}
37753760
}
37763761
}
@@ -3789,11 +3774,6 @@ Feature: Generate a POT file of a WordPress project
37893774
msgctxt "Color name"
37903775
msgid "Black"
37913776
"""
3792-
And the foo-theme/foo-theme.pot file should contain:
3793-
"""
3794-
msgctxt "Border radius size name"
3795-
msgid "Soft corners for paragraph"
3796-
"""
37973777

37983778
Scenario: Extract strings from style variations
37993779
Given an empty foo-theme directory

0 commit comments

Comments
 (0)