Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteSlimTests/SlimSymbolDollarDollar/content.txt 183 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
$$ should prevent symbol expression and reduce to a single $.  
So $$a should translate to $a.

|script|
|$x=|echo|bob|
|check|echo|$$x|$$x|
|check|echo|$$a|$$a|
|check|echo|$$|$$|