Skip to content

Commit

Permalink
Update README and add test
Browse files Browse the repository at this point in the history
  • Loading branch information
a4sriniv committed Mar 24, 2017
1 parent 7deaccb commit e49c0c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
[Tailor]: https://tailor.sh
[Swift]: https://swift.org

Tailor supports Swift 2 out of the box and helps enforce style guidelines outlined in the [The Swift Programming Language][], [GitHub][], [Ray Wenderlich][], and [Coursera][] style guides. It supports cross-platform usage and can be run on Mac OS X via your shell or integrated with Xcode, as well as on Linux and Windows.
Tailor supports Swift 3.0.1 out of the box and helps enforce style guidelines outlined in the [The Swift Programming Language][], [GitHub][], [Ray Wenderlich][], and [Coursera][] style guides. It supports cross-platform usage and can be run on Mac OS X via your shell or integrated with Xcode, as well as on Linux and Windows.

[The Swift Programming Language]: https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/
[GitHub]: https://github.com/github/swift-style-guide
Expand Down
5 changes: 5 additions & 0 deletions src/test/swift/com/sleekbyte/tailor/grammar/ControlFlow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,8 @@ for pkg in parms.dependencies where pkg.type == .ModuleMap {

if commandSelector == #selector(insertTab(_:)) {
}

loop:
do {
something();
}

0 comments on commit e49c0c0

Please sign in to comment.