diff options
author | Andy Li <andy@onthewings.net> | 2012-12-12 17:40:45 +0800 |
---|---|---|
committer | Andy Li <andy@onthewings.net> | 2012-12-12 17:40:45 +0800 |
commit | d523209a898076e118144e6260de6bdb1778c1a4 (patch) | |
tree | dcb6e4e865b18bc5e7d3b9bee8a3a6a06a0e5ff3 | |
parent | 01f0085bada41394198bd7ac753f280a516675da (diff) | |
download | pygments-d523209a898076e118144e6260de6bdb1778c1a4.tar.gz |
Added example file that contains a BOM.
-rw-r--r-- | tests/examplefiles/BOM.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/examplefiles/BOM.js b/tests/examplefiles/BOM.js new file mode 100644 index 00000000..930599c1 --- /dev/null +++ b/tests/examplefiles/BOM.js @@ -0,0 +1 @@ +/* There is a BOM at the beginning of this file. */
\ No newline at end of file |