diff options
author | Tristan Gingold | 2015-01-21 06:00:51 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-01-21 06:00:51 +0100 |
commit | b8043a3082ea11d891024f5527a02592ec9d9457 (patch) | |
tree | ddc24479a3f2572a314f36bf8cb385242ea6996e /testsuite/gna/ticket35/utf8.vhdl | |
parent | b2882d7837aa57b0af6c7dd57e30e19b07cce900 (diff) | |
download | ghdl-b8043a3082ea11d891024f5527a02592ec9d9457.tar.gz ghdl-b8043a3082ea11d891024f5527a02592ec9d9457.tar.bz2 ghdl-b8043a3082ea11d891024f5527a02592ec9d9457.zip |
Add testcase for ticket35 (UTF encoding).
Diffstat (limited to 'testsuite/gna/ticket35/utf8.vhdl')
-rw-r--r-- | testsuite/gna/ticket35/utf8.vhdl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/gna/ticket35/utf8.vhdl b/testsuite/gna/ticket35/utf8.vhdl new file mode 100644 index 0000000..3566435 --- /dev/null +++ b/testsuite/gna/ticket35/utf8.vhdl @@ -0,0 +1,5 @@ +-- This is utf-8 encoding, with a BOM. + +package p1 is +end p1; + |