Updated SC2088 (markdown)

koalaman
2014-07-03 20:35:27 -07:00
parent 7a2b4c9ea9
commit 3e2aa75bd9

@@ -16,7 +16,7 @@ To expand it, the tilde, the optional username, and its following slash should b
These strings expand: These strings expand:
~/file # Correct: tilde up to the slash is unquoted (as is everything else) ~/file # Correct: tilde up to the slash is unquoted (everything is)
~/"$var" # Correct: tilde up to the slash is unquoted ~/"$var" # Correct: tilde up to the slash is unquoted
~user/"hello world.txt" # Correct: tilde up to the slash is unquoted ~user/"hello world.txt" # Correct: tilde up to the slash is unquoted