update inbox list
This commit is contained in:
10
vendor/scrivo/highlight.php/test/markup/swift/functions.expect.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/markup/swift/functions.expect.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<span class="hljs-class"><span class="hljs-keyword">protocol</span> <span class="hljs-title">Protocol</span> </span>{
|
||||
<span class="hljs-function"><span class="hljs-keyword">func</span> <span class="hljs-title">f1</span><span class="hljs-params">()</span></span>
|
||||
<span class="hljs-function"><span class="hljs-keyword">func</span> <span class="hljs-title">f2</span><span class="hljs-params">()</span></span>
|
||||
}
|
||||
|
||||
<span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">MyClass</span> </span>{
|
||||
<span class="hljs-function"><span class="hljs-keyword">func</span> <span class="hljs-title">f</span><span class="hljs-params">()</span></span> {
|
||||
<span class="hljs-keyword">return</span> <span class="hljs-literal">true</span>
|
||||
}
|
||||
}
|
||||
10
vendor/scrivo/highlight.php/test/markup/swift/functions.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/markup/swift/functions.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
protocol Protocol {
|
||||
func f1()
|
||||
func f2()
|
||||
}
|
||||
|
||||
class MyClass {
|
||||
func f() {
|
||||
return true
|
||||
}
|
||||
}
|
||||
3
vendor/scrivo/highlight.php/test/markup/swift/multiline-string.expect.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/swift/multiline-string.expect.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<span class="hljs-keyword">var</span> string = <span class="hljs-string">"""
|
||||
var a = not actually code
|
||||
"""</span>
|
||||
3
vendor/scrivo/highlight.php/test/markup/swift/multiline-string.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/swift/multiline-string.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
var string = """
|
||||
var a = not actually code
|
||||
"""
|
||||
Reference in New Issue
Block a user