• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

renatahodovan / grammarinator / 13577849894 / 1
83%
master: 84%

Build:
Build:
LAST BUILD BRANCH: decode-dep
DEFAULT BRANCH: master
Ran 27 Feb 2025 11:26PM UTC
Files 26
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Feb 2025 11:24PM UTC coverage: 83.05% (-0.6%) from 83.697%
13577849894.1

Pull #282

github

renatahodovan
Fix literal matching in parser

Ensure correct matching between grammar tree nodes and grammar
graph lexer nodes by enforcing the following conditions:

* The grammar graph node must be an UnlexerRuleNode, and the
  tree node must be an UnlexerRule.
* Their names must match, or if the tree node is named
  ('<INVALID>',), the graph node’s name must start with T__,
  indicating a constant literal.
* In the latter case, the content of the literals must also be
  compared by checking the src field of the tree node against
  the src field of the single LiteralNode neighbor in the grammar graph.

This patch ensures that this comparison is correctly applied.
Pull Request #282: Fix literal matching in parser

2053 of 2472 relevant lines covered (83.05%)

0.83 hits per line

Source Files on job 13577849894.1
  • Tree
  • List 26
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13577849894
  • 2fcd67eb on github
  • Prev Job for on fix-parser (#13485354897.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc