Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykmnkmi committed Mar 30, 2024
1 parent da439f6 commit 88996f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/file_system_loader_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ void main() {
paths: paths, extensions: <String>{'txt'}, encoding: latin1);
var env = Environment(loader: loader);
var tmpl = env.getTemplate('mojibake.txt');
expect(tmpl.render().trim(), equals(\x96\x87\xe5\xad\x97\xe5\x8c\x96\xe3\x81\x91'));
expect(tmpl.render().trim(),
equals(\x96\x87\xe5\xad\x97\xe5\x8c\x96\xe3\x81\x91'));
});
});
}

0 comments on commit 88996f8

Please sign in to comment.