caffeine-suite/caffeine-script

Question: Block string syntax

Closed this issue · 2 comments

Hello.

Is it normal, that such syntax is valid:

console.log "' function launched"
console.log 'function launched'

console.log "" function launched

, but such - not:

console.log '' function launched

Thanks.
Best regards,
Vladislav.

@shanebdavis , thank you very much.
Yeah, you're right, it's a good choise.

I'll close this issue then.