<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/test/data, branch 21.1.31.1</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.1.31.1</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.1.31.1'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-01-31T01:44:54+00:00</updated>
<entry>
<title>Html lint (#1336)</title>
<updated>2021-01-31T01:44:54+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-31T01:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=9e83faa02c136da9e4749b696d8c7a0b363c0745'/>
<id>urn:sha1:9e83faa02c136da9e4749b696d8c7a0b363c0745</id>
<content type='text'>
* Move style rules

* Fix non-unique IDs

* Remove erroneous ids

* Add title

* Fix invalid closing tag

* Install html-validate

* Add .htmlvalidate.json

* Update HTML and styles

* Add test-lint-html

* Update test files

* Update test-lint-html/css commands to have more explicit targets</content>
</entry>
<entry>
<title>Remove the dictionary tag from the definitionTags (#1324)</title>
<updated>2021-01-29T02:33:30+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-29T02:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=a81787c55b10b43344a9506b62d90c317b329667'/>
<id>urn:sha1:a81787c55b10b43344a9506b62d90c317b329667</id>
<content type='text'>
* Remove dictionary tag from term definitionTags and kanji tags

* Update test data

* Update templates

* Update tests

* Update information</content>
</entry>
<entry>
<title>Refactor sentence parsing (#1215)</title>
<updated>2021-01-10T04:10:55+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-10T04:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=083da93142ec6302021ee1c29428121b54fc9e68'/>
<id>urn:sha1:083da93142ec6302021ee1c29428121b54fc9e68</id>
<content type='text'>
* Rename sentenceExtent with sentenceScanExtent

* Update TextScanner.setOptions

* Change function argument order

* Rename quote map variables

* Fix edge case quote handling

* Update terminator maps to support character inclusion</content>
</entry>
<entry>
<title>Refactor sentence scanning (#1213)</title>
<updated>2021-01-10T00:02:51+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-10T00:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d698911bc9bf7cb431bce939412131a90f24ee45'/>
<id>urn:sha1:d698911bc9bf7cb431bce939412131a90f24ee45</id>
<content type='text'>
* Update tests

* Update extractSentence implementation

* Remove old extractSentence implementation

* Optimize maps/sets</content>
</entry>
<entry>
<title>CSS lint (#1201)</title>
<updated>2021-01-03T20:30:38+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-03T20:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=63971776a5db6ad0d3a68361f64a74aa9e78aff5'/>
<id>urn:sha1:63971776a5db6ad0d3a68361f64a74aa9e78aff5</id>
<content type='text'>
* Use single quotes instead of double

* Install stylelint

* Set up config

* Update package/tests

* Fix lint issues

* Update CSS rules</content>
</entry>
<entry>
<title>Translator regex replacements (#1199)</title>
<updated>2021-01-03T17:12:55+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-03T17:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=8e304b83c685dde17a00d402877a21303b7c11f2'/>
<id>urn:sha1:8e304b83c685dde17a00d402877a21303b7c11f2</id>
<content type='text'>
* Add support for regex replacements during the translation process

* Allow assignment of textReplacements

* Rename

* Set up test data

* Write expected data

* Set up options

* Prevent infinite loop if regex matches empty string

* Implement setting controller

* Add support for testing pattern replacements</content>
</entry>
<entry>
<title>Translator frequency data improvements (#1184)</title>
<updated>2020-12-30T20:12:08+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-12-30T20:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4650f0b5426c07e1aca3bec2a07607556a1e1f34'/>
<id>urn:sha1:4650f0b5426c07e1aca3bec2a07607556a1e1f34</id>
<content type='text'>
* Specify if a frequency has a specific reading

* Make frequency data creation more standardized

* Update test data</content>
</entry>
<entry>
<title>Update termTags for termGrouped mode to include all definition tags (#1138)</title>
<updated>2020-12-19T21:47:32+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-12-19T21:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=af9b4d2b93ac3ffe838881c940997bb659ee30d0'/>
<id>urn:sha1:af9b4d2b93ac3ffe838881c940997bb659ee30d0</id>
<content type='text'>
* Update termTags for termGrouped mode to include all definition tags

* Update tests</content>
</entry>
<entry>
<title>Database test updates (#1086)</title>
<updated>2020-12-09T01:27:36+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-12-09T01:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2910685a96280acfe4a454c014bc0316347d9085'/>
<id>urn:sha1:2910685a96280acfe4a454c014bc0316347d9085</id>
<content type='text'>
* Remove unused

* Create DatabaseVM

* Update sequences in test dictionary

* Update documentation

* Add second valid testing dictionary

* Set up translator tests

* Write expected data</content>
</entry>
<entry>
<title>Add tests for data: and blob: iframe URLs (#757)</title>
<updated>2020-08-25T00:17:10+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-08-25T00:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=89a83a9ed35d107c55c4870f3bfbe2bb70fe7cc8'/>
<id>urn:sha1:89a83a9ed35d107c55c4870f3bfbe2bb70fe7cc8</id>
<content type='text'>
</content>
</entry>
</feed>
