Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed usage_info parsing #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

HassanAkbar
Copy link
Member

Fixed the usage_info parsing issue when encountering tags.

closes #126

@HassanAkbar
Copy link
Member Author

Old

concepts/concept-171-02-14.yaml:    usage_info: kibibajt = 2<sup
concepts/concept-171-02-15.yaml:    usage_info: mebibajt = 2<sup
concepts/concept-171-02-16.yaml:    usage_info: gibibajt = 2<sup
concepts/concept-171-02-17.yaml:    usage_info: tebibajt = 2<sup
concepts/concept-171-02-18.yaml:    usage_info: pebibajt = 2<sup
concepts/concept-171-02-19.yaml:    usage_info: exbibajt = 2<sup
concepts/concept-171-02-20.yaml:    usage_info: zebibajt = 2<sup
concepts/concept-171-02-21.yaml:    usage_info: mebibajt = 2<sup
concepts/concept-171-02-23.yaml:    usage_info: genau <i
concepts/concept-171-02-23.yaml:    usage_info: exactly <i
concepts/concept-171-02-23.yaml:    usage_info: tasan <i
concepts/concept-171-02-23.yaml:    usage_info: exactement <i
concepts/concept-171-02-23.yaml:    usage_info: exatamente <i
concepts/concept-171-02-23.yaml:    usage_info: exatamente <i
concepts/concept-171-02-29.yaml:    usage_info: em <i
concepts/concept-171-05-35.yaml:    usage_info: em <i
concepts/concept-171-05-46.yaml:    usage_info: em <i

New

concepts/concept-171-02-14.yaml:    usage_info: kibibajt = 2<sup>10</sup> bajtów = 10<sup>24</sup> bajtów
concepts/concept-171-02-15.yaml:    usage_info: mebibajt = 2<sup>20</sup> bajtów
concepts/concept-171-02-16.yaml:    usage_info: gibibajt = 2<sup>30</sup> bajtów
concepts/concept-171-02-17.yaml:    usage_info: tebibajt = tebibajt = 2<sup>40</sup> bajtów
concepts/concept-171-02-18.yaml:    usage_info: pebibajt = 2<sup>50</sup> bajtów
concepts/concept-171-02-19.yaml:    usage_info: exbibajt = 2<sup>60</sup> bajtów
concepts/concept-171-02-20.yaml:    usage_info: zebibajt = 2<sup>70</sup> bajtów
concepts/concept-171-02-21.yaml:    usage_info: mebibajt = 2<sup>80</sup> bajtów
concepts/concept-171-02-23.yaml:    usage_info: genau <i></i>
concepts/concept-171-02-23.yaml:    usage_info: exactly <i></i>
concepts/concept-171-02-23.yaml:    usage_info: tasan <i></i>
concepts/concept-171-02-23.yaml:    usage_info: exactement <i></i>
concepts/concept-171-02-23.yaml:    usage_info: exatamente <i></i>
concepts/concept-171-02-23.yaml:    usage_info: exatamente <i></i>
concepts/concept-171-02-29.yaml:    usage_info: em <i>software</i>
concepts/concept-171-05-35.yaml:    usage_info: em <i>software</i>
concepts/concept-171-05-46.yaml:    usage_info: em <i>software</i>

@HassanAkbar HassanAkbar marked this pull request as ready for review June 30, 2022 06:07
@HassanAkbar HassanAkbar requested a review from ronaldtse June 30, 2022 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing: usage_info parsing seems broken when encountering tags
1 participant