Skip to content

Commit cd7a72b

Browse files
committed
Update test
Signed-off-by: Pascal Birchler <pascalb@google.com>
1 parent be093af commit cd7a72b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

features/makepot.feature

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3785,7 +3785,13 @@ Feature: Generate a POT file of a WordPress project
37853785
"""
37863786

37873787
Scenario: Extract strings from style variations
3788-
Given an empty foo-theme/styles directory
3788+
Given an empty foo-theme directory
3789+
And a foo-theme/style.css file:
3790+
"""
3791+
/*
3792+
Theme Name: foo theme
3793+
*/
3794+
"""
37893795
And a foo-theme/styles/my-style.json file:
37903796
"""
37913797
{

0 commit comments

Comments
 (0)