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

6
LINES

< > BotCompany Repo | #1035124 // test_parseLineAndColumn

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

Libraryless. Click here for Pure Java version (7737L/44K).

svoid test_parseLineAndColumn() {
  var x = LineAndColumn(123, 456);
  assertEqualsVerbose(x, parseLineAndColumn(str(x)));
  x = LineAndColumn(12345, 1234);
  assertEqualsVerbose(x, parseLineAndColumn("(at " + x + ")"));
}

Author comment

Began life as a copy of #1035122

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035124
Snippet name: test_parseLineAndColumn
Eternal ID of this version: #1035124/3
Text MD5: 24c8e8c2940ee0a2847f634e8bf986ed
Transpilation MD5: e0844bf2612e53863d0696ff8add699b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-30 17:25:43
Source code size: 227 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 42 / 73
Version history: 2 change(s)
Referenced in: [show references]