diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-01-11 19:06:07 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-01-11 19:06:07 +0000 |
commit | a58285fd06c8113c45377c655dd43cef6337e815 (patch) | |
tree | dfe31d3d12652352fe44890b4811eda0728faefb /math/texvc_test.ml | |
parent | 20194986f6638233732ba1fc3e838f117d3cc9ea (diff) |
Aktualisierung auf MediaWiki 1.9.0
Diffstat (limited to 'math/texvc_test.ml')
-rw-r--r-- | math/texvc_test.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/texvc_test.ml b/math/texvc_test.ml index 3bce5296..cd3a1dfa 100644 --- a/math/texvc_test.ml +++ b/math/texvc_test.ml @@ -8,7 +8,6 @@ let rec foo () = let line = input_line stdin in (try let tree = Parser.tex_expr lexer_token_safe (Lexing.from_string line) in - let out = Util.mapjoin Texutil.render_tex tree in (match Html.render tree with Some _ -> print_string "$^\n" | None -> print_string "$_\n"; |