It looks like this has something to do with the line endings. I opened accounts.rhtml in notepad and manually replaced all the line endings. Now that page (at least) works.
I was thinking line endings might be a problem before posting the question, but I couldn't understand why the code portions seemed fine, and only the views had problems (as indicated by the general success of the test suite). Probably has something to do with how rails parses the rhtml file. So, does this mean I have to go through and change all the line endings on all the views. What a pain. -Rich- On Mar 2, 2006, at 2:21 AM, Scott Laird wrote: > On 3/2/06, Rich Warren <[EMAIL PROTECTED]> wrote:>>> SyntaxError in > Accounts#signup>> Showing app/views/layouts/accounts.rhtml where > line #4 raised:>> compile error> ./script/../config/..//app/ > views//./layouts/accounts.rhtml:4: Invalid> char `\003' in > expression> ./script/../config/..//app/views//./layouts/ > accounts.rhtml:6: syntax> error> _erbout.concat " > <title>Typo Administration: "> ^> ./script/../config/..// > app/views//./layouts/accounts.rhtml:7: syntax> error>> ^ > I'd guess that something is corrupt, either your Ruby interpreter > oryour copy of Typo. Look at accounts.rhtml--is there a > controlcharacter on line 4? That's what Ruby seems to be saying. > > Scott > _______________________________________________ > Typo-list mailing list > Typo-list@rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list _______________________________________________ Typo-list mailing list Typo-list@rubyforge.org http://rubyforge.org/mailman/listinfo/typo-list