mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
patching up the lexer and adding a test with trailing whitespace (it was too string for trailing whitespace before)
This commit is contained in:
@@ -6,12 +6,12 @@ FirstChild: =>
|
||||
FirstChild extends Base
|
||||
FirstChild.prototype.func: string =>
|
||||
super('one/') + string
|
||||
|
||||
|
||||
SecondChild: =>
|
||||
SecondChild extends FirstChild
|
||||
SecondChild.prototype.func: string =>
|
||||
super('two/') + string
|
||||
|
||||
|
||||
ThirdChild: =>
|
||||
ThirdChild extends SecondChild
|
||||
ThirdChild.prototype.func: string =>
|
||||
|
||||
Reference in New Issue
Block a user