Skip to content

Commit

Permalink
Fix Swift protocol test
Browse files Browse the repository at this point in the history
  • Loading branch information
mAAdhaTTah committed Jun 16, 2018
1 parent 081e318 commit 2c6b6a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/prism-swift.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tests/languages/swift/keyword_feature.test
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ postfix
precedence
prefix
private
Protocol
protocol
public
repeat
required
Expand Down Expand Up @@ -126,7 +126,7 @@ __LINE__
["keyword", "precedence"],
["keyword", "prefix"],
["keyword", "private"],
["keyword", "Protocol"],
["keyword", "protocol"],
["keyword", "public"],
["keyword", "repeat"],
["keyword", "required"],
Expand Down Expand Up @@ -162,4 +162,4 @@ __LINE__

----------------------------------------------------

Checks for all keywords.
Checks for all keywords.

0 comments on commit 2c6b6a4

Please sign in to comment.