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

nichtich / RDF-aREF / 80 / 2
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: ppc64le
DEFAULT BRANCH: master
Ran 03 May 2019 04:32PM UTC
Files 4
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

03 May 2019 04:28PM UTC coverage: 92.84%. Remained the same
80.2

Pull #23

travis-ci

web-flow
Correct apparent reversal of regexps for nameStartChar and nameChar in RDF::aREF::Decoder.

The previous implementation appears to be broken, as it (for example) doesn't allow for numbers to appear in the name part of a qName (e.g. `bflc_name00MatchKey`). According to the [W3C](https://www.w3.org/TR/REC-xml/#NT-Name), names are formally defined as:

```
NameStartChar	   ::=   	":" | [A-Z] | "_" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
NameChar	   ::=   	NameStartChar | "-" | "." | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]
Name	   ::=   	NameStartChar (NameChar)*
```

The previous implementation in RDF::aREF::Decoder had the definitions of NameStartChar and NameChar reversed.

This change also required an update to the encoder tests.
Pull Request #23: Update qname regex in Decoder.pm

376 of 405 relevant lines covered (92.84%)

24.09 hits per line

Source Files on job 80.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 80
  • Travis Job 80.2
  • 2e15c50d on github
  • Prev Job for on update-qname-regex (#77.3)
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

© 2025 Coveralls, Inc