#55 Parser fails with bang in string literal

已关闭
nero8 年之前创建 · 0 条评论

Originally at 2011-09-19T14:47:55Z by orbitz@github closed at 2011-09-19T20:49:45Z

!AjaxTest methodsFor: 'rendering'! renderOn: html

html h1
with: 'hi!'

! !

Reading file AjaxTest.st a ClassCategoryReader>>scanFrom: a ClassCategoryReader>>compileMethod: a Compiler>>load:forClass: a Compiler>>compile:forClass: a Compiler>>compile: a Compiler>>parse: a Smalltalk>>parse: a Smalltalk>>try:catch: a Smalltalk>>basicParse: Parse error on line 3 column 11 : Expected "''", ['] or [^'] but end of input found. Below is code with line numbers and ===> marker inserted: 1: renderOn: html 2: html h1 3: with: 'hi ===>

a Compiler>>loadExpression: a Compiler>>compileExpression: a Compiler>>parse: a Smalltalk>>parse: a Smalltalk>>try:catch: a Smalltalk>>basicParse: Parse error on line 1 column 16 : Expected "''", ['] or [^'] but end of input found. Below is code with line numbers and ===> marker inserted: 1: doIt ^['] value ===>

Exporting (debug) category AjaxTest as AjaxTest.js Done.

Originally at 2011-09-19T14:47:55Z by orbitz@github closed at 2011-09-19T20:49:45Z !AjaxTest methodsFor: 'rendering'! renderOn: html html h1 with: 'hi!' ! ! Reading file AjaxTest.st a ClassCategoryReader>>scanFrom: a ClassCategoryReader>>compileMethod: a Compiler>>load:forClass: a Compiler>>compile:forClass: a Compiler>>compile: a Compiler>>parse: a Smalltalk>>parse: a Smalltalk>>try:catch: a Smalltalk>>basicParse: Parse error on line 3 column 11 : Expected "''", ['] or [^'] but end of input found. Below is code with line numbers and ===> marker inserted: 1: renderOn: html 2: html h1 3: with: 'hi ===> a Compiler>>loadExpression: a Compiler>>compileExpression: a Compiler>>parse: a Smalltalk>>parse: a Smalltalk>>try:catch: a Smalltalk>>basicParse: Parse error on line 1 column 16 : Expected "''", ['] or [^'] but end of input found. Below is code with line numbers and ===> marker inserted: 1: doIt ^['] value ===> Exporting (debug) category AjaxTest as AjaxTest.js Done.
nero7 年之前 关闭
登录 并参与到对话中。
未选择标签
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。