[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phps-mode 0262e707ca 05/29: Passing more parsing tests
From: |
Christian Johansson |
Subject: |
[elpa] externals/phps-mode 0262e707ca 05/29: Passing more parsing tests |
Date: |
Thu, 15 Feb 2024 03:14:33 -0500 (EST) |
branch: externals/phps-mode
commit 0262e707ca56af2036fdd165c59b4780fb27e148
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>
Passing more parsing tests
---
test/phps-mode-test-parser.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/phps-mode-test-parser.el b/test/phps-mode-test-parser.el
index dabdc07047..994987d91f 100644
--- a/test/phps-mode-test-parser.el
+++ b/test/phps-mode-test-parser.el
@@ -52,7 +52,7 @@
(phps-mode-test--output-parse-productions parse)
(should
(equal
- '(84 450 304 337 335 334 81 482 433 450 350 349 306 309 303 193 104
108 83 201 205 450 304 91 467 312 314 311 303 187 103 108 83)
+ '(84 454 304 340 338 337 486 437 454 353 352 306 310 303 197 104 108
83 205 209 454 304 91 471 313 315 312 303 187 103 108 83)
parse)))))
(phps-mode-test-parser--buffer-contents
@@ -64,7 +64,7 @@
(phps-mode-test--output-parse-productions parse)
(should
(equal
- '(84 192 188 201 205 450 304 337 335 331 91 279 273 260 450 346 345
305 309 303 337 335 331 91 279 273 260 450 346 345 305 309 303 337 335 334 449
453 81 450 251 91 279 273 260 182 184 450 257 250 247 251 91 279 273 260 182
184 450 257 250 248 123 245 286 451 140 523 513 519 504 508 538 521 523 513 519
363 366 159 141 139 523 513 519 504 508 538 521 523 513 519 363 366 159 141 139
330 451 307 309 303 186 103 108 83)
+ '(84 196 188 205 209 454 304 340 338 332 91 279 273 260 454 349 348
305 310 303 340 338 332 91 279 273 260 454 349 348 305 310 303 340 338 335 453
457 81 454 255 91 279 273 260 182 184 454 257 254 251 255 91 279 273 260 182
184 454 257 254 252 123 249 286 455 140 529 519 525 510 514 544 527 529 519 525
367 370 159 141 139 529 519 525 510 514 544 527 529 519 525 367 370 159 141 139
331 455 308 310 303 186 103 108 83)
parse)))))
(phps-mode-test-parser--buffer-contents
@@ -76,7 +76,7 @@
(phps-mode-test--output-parse-productions parse)
(should
(equal
- '(84 201 205 450 304 337 335 334 449 453 81 450 251 91 279 91 279 284
281 91 279 280 282 275 260 182 184 450 257 250 247 123 245 286 451 140 523 513
519 363 502 154 141 139 330 451 307 309 303 187 103 108 83)
+ '(84 205 209 454 304 340 338 335 453 457 81 454 255 91 279 91 279 284
281 91 279 280 282 275 260 182 184 454 257 254 251 123 249 286 455 140 529 519
525 367 508 154 141 139 331 455 308 310 303 187 103 108 83)
parse)))))
(phps-mode-test-parser--buffer-contents
- [elpa] externals/phps-mode f9e5d6233f 19/29: Incremental lexer working somewhat again, (continued)
- [elpa] externals/phps-mode f9e5d6233f 19/29: Incremental lexer working somewhat again, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode f3ad4ab698 15/29: Started on refactor of parser-lexer relationship, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode cf399d7697 17/29: Fixed some byte compilation issues, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 23ce2baf9e 16/29: Passing all unit tests again, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 7e9a744775 24/29: Added todo items, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode e7e23cce60 26/29: Fix for incremental syntax coloring issue, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 673a801311 25/29: Resolved issue of parser buffer not closing, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 676cfe11e6 28/29: Updated version and change-log, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode e7e5cdacf0 29/29: Fixed bye-compilation warning and missing error declaration, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode ad00c6eac5 27/29: Updated parser generator information and cleaned up code, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 0262e707ca 05/29: Passing more parsing tests,
Christian Johansson <=
- [elpa] externals/phps-mode 396397b97d 06/29: Passing all old unit tests for parser, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode c2716544f4 10/29: Started on SDT for PHP 8.3, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode aa2a23c296 18/29: Started on incremental lexer support again, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 34d34330a2 13/29: Passing unit tests for indentation, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 9bbd3cd7fa 14/29: Some byte compilation fixes, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 5681944d10 20/29: Passing all unit tests and byte compilation with incremental lexer, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 055ca735f1 21/29: Cache validation check, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode a24fb65377 23/29: Fix for environment were threads support is lacking, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode d76ba9f39f 22/29: Optimized cache storage size, Christian Johansson, 2024/02/15