Libraryless. Click here for Pure Java version (2385L/15K).
1 | svoid test_starPatternHasPunctuation() { |
2 | testFunctionValues starPatternHasPunctuation( |
3 | "a b c" := false, |
4 | "a * c" := false, |
5 | "a. c" := true, |
6 | "a (b c) d" := false, |
7 | "a!" := true, |
8 | "a <noun> c" := false, |
9 | "a - b" := true, |
10 | ); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027337 |
Snippet name: | test_starPatternHasPunctuation |
Eternal ID of this version: | #1027337/1 |
Text MD5: | fae7278d71fb706db239b28066982c56 |
Transpilation MD5: | e94e272afcc625128dd4cba3965bae4b |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-03-09 19:54:56 |
Source code size: | 261 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 192 / 267 |
Referenced in: | [show references] |