mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-17 20:51:00 +01:00
fixed rt.cpan.org#113671: recognize BOM at start of a utf8 file
fixed rt.cpan.org#112857: Same Line Closing Block Breaks Parser git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@110 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
3
t/utf8_bom/bar.cfg
Normal file
3
t/utf8_bom/bar.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
<bar>
|
||||
ô = î
|
||||
</bar>
|
||||
4
t/utf8_bom/foo.cfg
Normal file
4
t/utf8_bom/foo.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
<foo>
|
||||
é = è
|
||||
<<include bar.cfg>>
|
||||
</foo>
|
||||
Reference in New Issue
Block a user