Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some more "invert ternary if/else" patterns #36

Closed
markiewb opened this issue May 15, 2014 · 1 comment
Closed

Some more "invert ternary if/else" patterns #36

markiewb opened this issue May 15, 2014 · 1 comment

Comments

@markiewb
Copy link
Owner

        @TriggerPattern(value = "($var1 != $c) ? $a : $b"),
        @TriggerPattern(value = "($var2 == $c) ? $a : $b"),
        @TriggerPattern(value = "($varc) ? $a : $b"),
        @TriggerPattern(value = "(!$varc) ? $a : $b"),

markiewb added a commit that referenced this issue May 18, 2014
* feature/issue36-moreinvertternarypatterns:
  issue #36: Some more "invert ternary if/else" patterns
  [doc] updated readme.md
@markiewb markiewb added this to the 1.3 milestone May 18, 2014
@markiewb
Copy link
Owner Author

Solved in 1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant