File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818< p > <%= _ ( "QUERY_STRING" ) %> : <%= cgi . query_string %> </ p >
1919</ div >
2020< p > <%= _ ( "Call a library method which has another textdomain." ) %> </ p >
21- < div class ="locale "> <%= lib . hello %> </ div >
21+ < div class ="locale "> <%= lib . hello %> </ div >
2222< p > < a href ="/ "> <%= _ ( "Back" ) %> </ a > </ p >
2323
2424< div class ="copyright ">
Original file line number Diff line number Diff line change 99</ head >
1010< body >
1111 <%= _ ( 'Hello' ) %>
12- <% case 1 %>
12+ <% case %>
13+ <% when true %>
1314 <% end %>
1415 <%= _ ( 'World' ) %>
1516</ body >
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ def test_case
275275 @ary = GetText ::ErubiParser . parse ( path )
276276
277277 assert_target ( "Hello" , [ "#{ path } :11" ] )
278- assert_target ( "World" , [ "#{ path } :14 " ] ) # Detected with Erubi
278+ assert_target ( "World" , [ "#{ path } :15 " ] ) # Detected with Erubi
279279 end
280280 end
281281
You can’t perform that action at this time.
0 commit comments