[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
[1.99.4] Bug Report: continuation shebang printed to body
- From: Roland Rosenfeld <nospam@thanx>
- Date: Tue, 28 Mar 2000 20:11:25 +0200
I noted a very strange effect on continuated shebang lines. Have a
look at the following minimal wml file:
-------------------- test.wml ---------------------
#!wml -o (ALL-LANG_*)+LANG_DE:%BASE.html \
-o (ALL-LANG_*)+LANG_EN:%BASE-en.html
#use wml::std::lang
#use wml::std::page
<lang:new id=de short>
<lang:new id=en short>
<page>
<en: English><de: Deutsch>
-------------------- test.wml ---------------------
If I run wml on this file, it correctly generates test.html and
test-en.html, but it writes the continuated line into the html files
like this:
-------------------- test.html --------------------
-o (ALL-LANG_*)+LANG_EN:%BASE-en.html
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000" link="#333399" alink="#9999ff" vlink="#000066">
Deutsch
</body>
</html>
-------------------- test.html --------------------
If I write the complete shebang line in one line (without the
"\"-contination), everything works correct.
Tschoeeee
Roland
--
* roland@spinnaker.de * http://www.spinnaker.de/ *
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com