Skip to content

Commit

Permalink
[S02-lexical-conventions/bom.t] new .t file
Browse files Browse the repository at this point in the history
Tests that an implementation can handle/ignore a BOM
at the start of the file.
  • Loading branch information
Carl Masak committed Nov 13, 2012
1 parent e789a62 commit 7adc0af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions S02-lexical-conventions/bom.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
use v6;
use Test;

plan 1;

ok 1, 'can parse a file starting with a byte-order mark';

0 comments on commit 7adc0af

Please sign in to comment.