[system] Repository:
ViewVC logotype

Revision 1024


Jump to revision: Previous Next
Author: gage
Date: Thu Jun 5 15:26:59 2003 UTC (10 years ago)
Log Message:
Fixed bug in navMacro and a bug in path.
This squashes bug #46.

The problem was a comma in the return, instead of a period.
return "foo"."\n";
returns foo with a return after it
return "foo","\n";
returns just the \n probably because the comma operation comes into
play and only the result of the last operation is returned.

Apparently return doesn't grab everything to the right of it in the same
way that print does.
I'd bet that
return("foo","\n") would return a list however.

--Mike

Changed paths:

Path Details
Directorytrunk/webwork-modperl/lib/WeBWorK/ContentGenerator.pm modified , text changed
Directorytrunk/webwork2/lib/WeBWorK/ContentGenerator.pm modified , text changed

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9