Xtend2: ''' This is a «'''in a «'''in a «'''box'''»'''»'''».'''
Dart: 'This is a ${ 'in a ${ 'in a ${ 'box' }' }' }.'(testable in the sandbox of dartlang.org)
TODO: Ignore String in character data.
(The border case that a user wants to denote protected regions within string instead of comments can be configured via IRegionParser by not specifying character data notations.)
Xtend2:
''' This is a «'''in a «'''in a «'''box'''»'''»'''».'''
Dart:'This is a ${ 'in a ${ 'in a ${ 'box' }' }' }.'
(testable in the sandbox of dartlang.org)TODO: Ignore String in character data.
(The border case that a user wants to denote protected regions within string instead of comments can be configured via IRegionParser by not specifying character data notations.)