hassanakbar4 / tractive-test

0 stars 0 forks source link

URI don't add up #290

Closed hassanakbar4 closed 3 years ago

hassanakbar4 commented 9 years ago

component_Version 2 cli resolution_fixed type_defect | by miek@miek.nl


So I have this 80-page draft, https://gist.githubusercontent.com/miekg/0251f3e28652fa603a51/raw/7e0a7028506f7d2948e4ad3091f533711bf5f2a4/learninggo.txt

actually this is a book, but I'm testing my conversion to xml2rfc. And the URI section has:

9.2.  URIs

   [1] http://golang.org/doc/

   [2] fig/array-vs-slice.png

   [3] fig/stack.png

   [4] fig/reflection.png

   [5] https://www.debian.org

However the book has URI going up to 7:

   o  "len(array) ## cap(array) m"

                          fig/array-vs-slice.png

                          Array versus slice [7]

                    Figure 1: An array versus a slice.

   Given an array, or another slice, a new slice is created via

I tried to make a shorter example that has the same defect, but I failed. Maybe someone more familiar with the xml2rfc code can comment before I try that.


Issue migrated from trac:290 at 2021-10-20 18:19:15 +0500

hassanakbar4 commented 9 years ago

@{"email"=>"miek@miek.nl", "name"=>nil, "username"=>nil} uploaded file learninggo.xml (203.6 KiB)

xml source

hassanakbar4 commented 9 years ago

@{"email"=>"ietf@augustcellars.com", "name"=>nil, "username"=>nil} changed status from new to closed

hassanakbar4 commented 9 years ago

@{"email"=>"ietf@augustcellars.com", "name"=>nil, "username"=>nil} changed resolution from ` tofixed`

hassanakbar4 commented 9 years ago

@{"email"=>"ietf@augustcellars.com", "name"=>nil, "username"=>nil} commented


Fixed in [2013]:

Fix #290 Fixes include - correcting code to deal with the difference in unicode strings on Python 2.7 vs Python 3.4 Build the abstract when doing the indexing pass so that any references in it will be included both times through Add the start of a unicode test file.