Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1027337 // test_starPatternHasPunctuation

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2385L/15K).

svoid test_starPatternHasPunctuation() {
  testFunctionValues starPatternHasPunctuation(
    "a b c" := false,
    "a * c" := false,
    "a. c" := true,
    "a (b c) d" := false,
    "a!" := true,
    "a <noun> c" := false,
    "a - b" := true,
  );
}

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: 101 / 149
Referenced in: [show references]