Bug 1095560
| Summary: | Asciidoc import: Import process stalls if .adoc contains :: | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] PressGang CCMS | Reporter: | mmurray | ||||
| Component: | ImportTool | Assignee: | Matthew Casperson <mcaspers> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 1.6 | CC: | cbredesen, lnewson, mcaspers | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 1.6 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-05-28 21:56:22 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1091570, 1092170 | ||||||
| Attachments: |
|
||||||
|
Description
mmurray
2014-05-08 02:51:42 UTC
http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#lists ^ states :: for list of terms but http://powerman.name/doc/asciidoc ^ under Lists states ;; for list of terms The later imports into PG with no issues, and formats as docbook variable list. So there is a work around. Not sure if the first website is wrong or old or ...? Can you please attach a copy of the ascidoc that causes issues. There is a chance that we'll have to work upstream to get it resolved. Created attachment 893820 [details]
Test case for '<term>::' stalling asciidoc import
https://googledrive.com/host/0B6cpJDiEKC62cndwWkNmNmVqbE0/test.html has been updated with asciidoctor.js 1.5.0 preview 7. It appears to convert the attached asciidoc without error. Fixed in Build 1.6-SNAPSHOT 201405190812 It is now possible to import the attached ascidoc file. However, it does not produce valid DocBook because of a bug with the upstream Asciidoctor project. This has been logged at https://github.com/asciidoctor/asciidoctor/issues/956. Verified that asciidoc files that use the "::" syntax no longer freeze the import process and are converted correctly with the exception of the upstream bug Matt mentioned above. |