diff options
| author | Tim Hatch <tim@timhatch.com> | 2012-03-09 12:06:18 -0800 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2012-03-09 12:06:18 -0800 |
| commit | 2151bee78a86b01e66f8be2d7d54d2fd205766f6 (patch) | |
| tree | 23b4b18cd98c51acb50b78d3ca1ea49a8e9ff68d /tests/examplefiles/function.mu | |
| parent | 8ed5dcf34484d9c0418a2607b7ad0db5f40ab5e8 (diff) | |
| download | pygments-2151bee78a86b01e66f8be2d7d54d2fd205766f6.tar.gz | |
Fix a data loss bug in mupad lexer
---
pygments/lexers/math.py | 4 ++--
tests/examplefiles/function.mu | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
create mode 100644 tests/examplefiles/function.mu
Diffstat (limited to 'tests/examplefiles/function.mu')
| -rw-r--r-- | tests/examplefiles/function.mu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/examplefiles/function.mu b/tests/examplefiles/function.mu new file mode 100644 index 00000000..46bb259d --- /dev/null +++ b/tests/examplefiles/function.mu @@ -0,0 +1 @@ +a::b () |
