update inbox list
This commit is contained in:
23
vendor/scrivo/highlight.php/test/markup/elixir/sigils.txt
vendored
Normal file
23
vendor/scrivo/highlight.php/test/markup/elixir/sigils.txt
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
~R'this + i\s "a" regex too'
|
||||
~w(hello #{ ["has" <> "123", '\c\d', "\123 interpol" | []] } world)s
|
||||
~W(hello #{no "123" \c\d \123 interpol} world)s
|
||||
~s{Escapes terminators \{ and \}, but no {balancing} # outside of sigil here }
|
||||
~S"No escapes \s\t\n and no #{interpolation}"
|
||||
|
||||
~S/hello/
|
||||
~S|hello|
|
||||
~S"hello"
|
||||
~S'hello'
|
||||
~S(hello)
|
||||
~S[hello]
|
||||
~S{hello}
|
||||
~S<hello>
|
||||
|
||||
~s/hello #{name}/
|
||||
~s|hello #{name}|
|
||||
~s"hello #{name}"
|
||||
~s'hello #{name}'
|
||||
~s(hello #{name})
|
||||
~s[hello #{name}]
|
||||
~s{hello #{name}}
|
||||
~s<hello #{name}>
|
||||
Reference in New Issue
Block a user