chore: Re-enabled sample tests for designs
This commit is contained in:
parent
f217028875
commit
d4013328cc
131 changed files with 426 additions and 171 deletions
|
@ -140,6 +140,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -270,6 +270,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { {{Name}} } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig({{Name}})
|
testPatternConfig({{Name}})
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig({{Name}})
|
||||||
testPatternDrafting({{Name}}, false)
|
testPatternDrafting({{Name}}, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling({{Name}}, false)
|
testPatternSampling({{Name}}, false)
|
||||||
|
|
|
@ -8,34 +8,15 @@ import Pattern from './dist/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/patterns/config.mjs'
|
import { testPatternConfig } from '../../../tests/patterns/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/patterns/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/patterns/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/patterns/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/patterns/sampling.mjs'
|
||||||
|
|
||||||
const expect = chai.expect
|
const expect = chai.expect
|
||||||
|
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(
|
testPatternConfig('{{name}}', new Pattern(), expect, models, patterns)
|
||||||
"{{name}}",
|
|
||||||
new Pattern(),
|
|
||||||
expect,
|
|
||||||
models,
|
|
||||||
patterns
|
|
||||||
)
|
|
||||||
|
|
||||||
// Test drafting
|
// Test drafting
|
||||||
testPatternDrafting(
|
testPatternDrafting('{{name}}', Pattern, expect, models, patterns)
|
||||||
"{{name}}",
|
|
||||||
Pattern,
|
|
||||||
expect,
|
|
||||||
models,
|
|
||||||
patterns
|
|
||||||
)
|
|
||||||
|
|
||||||
// Test sampling
|
// Test sampling
|
||||||
//testPatternSampling(
|
testPatternSampling('{{name}}', Pattern, expect, models, patterns)
|
||||||
// "{{name}}",
|
|
||||||
// Pattern,
|
|
||||||
// expect,
|
|
||||||
// models,
|
|
||||||
// patterns
|
|
||||||
//)
|
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Aaron } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Aaron)
|
testPatternConfig(Aaron)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Aaron)
|
||||||
testPatternDrafting(Aaron, false)
|
testPatternDrafting(Aaron, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Aaron, false)
|
testPatternSampling(Aaron, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Albert } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Albert)
|
testPatternConfig(Albert)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Albert)
|
||||||
testPatternDrafting(Albert, false)
|
testPatternDrafting(Albert, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Albert, false)
|
testPatternSampling(Albert, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Bee } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Bee)
|
testPatternConfig(Bee)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Bee)
|
||||||
testPatternDrafting(Bee, false)
|
testPatternDrafting(Bee, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Bee, false)
|
testPatternSampling(Bee, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Bella } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Bella)
|
testPatternConfig(Bella)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Bella)
|
||||||
testPatternDrafting(Bella, false)
|
testPatternDrafting(Bella, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Bella, false)
|
testPatternSampling(Bella, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Benjamin } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Benjamin)
|
testPatternConfig(Benjamin)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Benjamin)
|
||||||
testPatternDrafting(Benjamin, false)
|
testPatternDrafting(Benjamin, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Benjamin, false)
|
testPatternSampling(Benjamin, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Bent } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Bent)
|
testPatternConfig(Bent)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Bent)
|
||||||
testPatternDrafting(Bent, false)
|
testPatternDrafting(Bent, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Bent, false)
|
testPatternSampling(Bent, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Bob } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Bob)
|
testPatternConfig(Bob)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Bob)
|
||||||
testPatternDrafting(Bob, false)
|
testPatternDrafting(Bob, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Bob, false)
|
testPatternSampling(Bob, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Breanna } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Breanna)
|
testPatternConfig(Breanna)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Breanna)
|
||||||
testPatternDrafting(Breanna, false)
|
testPatternDrafting(Breanna, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Breanna, false)
|
testPatternSampling(Breanna, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Brian } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Brian)
|
testPatternConfig(Brian)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Brian)
|
||||||
testPatternDrafting(Brian, false)
|
testPatternDrafting(Brian, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Brian, false)
|
testPatternSampling(Brian, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Bruce } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Bruce)
|
testPatternConfig(Bruce)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Bruce)
|
||||||
testPatternDrafting(Bruce, false)
|
testPatternDrafting(Bruce, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Bruce, false)
|
testPatternSampling(Bruce, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Carlita } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Carlita)
|
testPatternConfig(Carlita)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Carlita)
|
||||||
testPatternDrafting(Carlita, false)
|
testPatternDrafting(Carlita, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Carlita, false)
|
testPatternSampling(Carlita, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Carlton } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Carlton)
|
testPatternConfig(Carlton)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Carlton)
|
||||||
testPatternDrafting(Carlton, false)
|
testPatternDrafting(Carlton, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Carlton, false)
|
testPatternSampling(Carlton, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Cathrin } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Cathrin)
|
testPatternConfig(Cathrin)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Cathrin)
|
||||||
testPatternDrafting(Cathrin, false)
|
testPatternDrafting(Cathrin, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Cathrin, false)
|
testPatternSampling(Cathrin, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Charlie } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Charlie)
|
testPatternConfig(Charlie)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Charlie)
|
||||||
testPatternDrafting(Charlie, false)
|
testPatternDrafting(Charlie, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Charlie, false)
|
testPatternSampling(Charlie, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Cornelius } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Cornelius)
|
testPatternConfig(Cornelius)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Cornelius)
|
||||||
testPatternDrafting(Cornelius, false)
|
testPatternDrafting(Cornelius, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Cornelius, false)
|
testPatternSampling(Cornelius, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Diana } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Diana)
|
testPatternConfig(Diana)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Diana)
|
||||||
testPatternDrafting(Diana, false)
|
testPatternDrafting(Diana, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Diana, false)
|
testPatternSampling(Diana, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Florence } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Florence)
|
testPatternConfig(Florence)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Florence)
|
||||||
testPatternDrafting(Florence, false)
|
testPatternDrafting(Florence, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Florence, false)
|
testPatternSampling(Florence, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Florent } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Florent)
|
testPatternConfig(Florent)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Florent)
|
||||||
testPatternDrafting(Florent, false)
|
testPatternDrafting(Florent, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Florent, false)
|
testPatternSampling(Florent, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Hi } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Hi)
|
testPatternConfig(Hi)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Hi)
|
||||||
testPatternDrafting(Hi, false)
|
testPatternDrafting(Hi, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Hi, false)
|
testPatternSampling(Hi, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Holmes } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Holmes)
|
testPatternConfig(Holmes)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Holmes)
|
||||||
testPatternDrafting(Holmes, false)
|
testPatternDrafting(Holmes, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Holmes, false)
|
testPatternSampling(Holmes, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Hortensia } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Hortensia)
|
testPatternConfig(Hortensia)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Hortensia)
|
||||||
testPatternDrafting(Hortensia, false)
|
testPatternDrafting(Hortensia, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Hortensia, false)
|
testPatternSampling(Hortensia, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Huey } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Huey)
|
testPatternConfig(Huey)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Huey)
|
||||||
testPatternDrafting(Huey, false)
|
testPatternDrafting(Huey, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Huey, false)
|
testPatternSampling(Huey, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Hugo } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Hugo)
|
testPatternConfig(Hugo)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Hugo)
|
||||||
testPatternDrafting(Hugo, false)
|
testPatternDrafting(Hugo, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Hugo, false)
|
testPatternSampling(Hugo, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Jaeger } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Jaeger)
|
testPatternConfig(Jaeger)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Jaeger)
|
||||||
testPatternDrafting(Jaeger, false)
|
testPatternDrafting(Jaeger, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Jaeger, false)
|
testPatternSampling(Jaeger, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Legend } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Legend)
|
testPatternConfig(Legend)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Legend)
|
||||||
testPatternDrafting(Legend, false)
|
testPatternDrafting(Legend, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Legend, false)
|
testPatternSampling(Legend, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Lucy } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Lucy)
|
testPatternConfig(Lucy)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Lucy)
|
||||||
testPatternDrafting(Lucy, false)
|
testPatternDrafting(Lucy, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Lucy, false)
|
testPatternSampling(Lucy, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Lunetius } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Lunetius)
|
testPatternConfig(Lunetius)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Lunetius)
|
||||||
testPatternDrafting(Lunetius, false)
|
testPatternDrafting(Lunetius, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Lunetius, false)
|
testPatternSampling(Lunetius, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Noble } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Noble)
|
testPatternConfig(Noble)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Noble)
|
||||||
testPatternDrafting(Noble, false)
|
testPatternDrafting(Noble, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Noble, false)
|
testPatternSampling(Noble, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Octoplushy } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Octoplushy)
|
testPatternConfig(Octoplushy)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Octoplushy)
|
||||||
testPatternDrafting(Octoplushy, false)
|
testPatternDrafting(Octoplushy, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Octoplushy, false)
|
testPatternSampling(Octoplushy, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Paco } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Paco)
|
testPatternConfig(Paco)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Paco)
|
||||||
testPatternDrafting(Paco, false)
|
testPatternDrafting(Paco, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Paco, false)
|
testPatternSampling(Paco, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Penelope } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Penelope)
|
testPatternConfig(Penelope)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Penelope)
|
||||||
testPatternDrafting(Penelope, false)
|
testPatternDrafting(Penelope, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Penelope, false)
|
testPatternSampling(Penelope, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Plugintest } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Plugintest)
|
testPatternConfig(Plugintest)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Plugintest)
|
||||||
testPatternDrafting(Plugintest, false)
|
testPatternDrafting(Plugintest, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Plugintest, false)
|
testPatternSampling(Plugintest, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Rendertest } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Rendertest)
|
testPatternConfig(Rendertest)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Rendertest)
|
||||||
testPatternDrafting(Rendertest, false)
|
testPatternDrafting(Rendertest, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Rendertest, false)
|
testPatternSampling(Rendertest, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Sandy } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Sandy)
|
testPatternConfig(Sandy)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Sandy)
|
||||||
testPatternDrafting(Sandy, false)
|
testPatternDrafting(Sandy, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Sandy, false)
|
testPatternSampling(Sandy, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Shin } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Shin)
|
testPatternConfig(Shin)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Shin)
|
||||||
testPatternDrafting(Shin, false)
|
testPatternDrafting(Shin, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Shin, false)
|
testPatternSampling(Shin, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Sven } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Sven)
|
testPatternConfig(Sven)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Sven)
|
||||||
testPatternDrafting(Sven, false)
|
testPatternDrafting(Sven, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Sven, false)
|
testPatternSampling(Sven, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Tamiko } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Tamiko)
|
testPatternConfig(Tamiko)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Tamiko)
|
||||||
testPatternDrafting(Tamiko, false)
|
testPatternDrafting(Tamiko, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Tamiko, false)
|
testPatternSampling(Tamiko, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Teagan } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Teagan)
|
testPatternConfig(Teagan)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Teagan)
|
||||||
testPatternDrafting(Teagan, false)
|
testPatternDrafting(Teagan, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Teagan, false)
|
testPatternSampling(Teagan, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Tiberius } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Tiberius)
|
testPatternConfig(Tiberius)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Tiberius)
|
||||||
testPatternDrafting(Tiberius, false)
|
testPatternDrafting(Tiberius, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Tiberius, false)
|
testPatternSampling(Tiberius, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Trayvon } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Trayvon)
|
testPatternConfig(Trayvon)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Trayvon)
|
||||||
testPatternDrafting(Trayvon, false)
|
testPatternDrafting(Trayvon, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Trayvon, false)
|
testPatternSampling(Trayvon, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Tutorial } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Tutorial)
|
testPatternConfig(Tutorial)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Tutorial)
|
||||||
testPatternDrafting(Tutorial, false)
|
testPatternDrafting(Tutorial, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Tutorial, false)
|
testPatternSampling(Tutorial, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Unice } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Unice)
|
testPatternConfig(Unice)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Unice)
|
||||||
testPatternDrafting(Unice, false)
|
testPatternDrafting(Unice, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Unice, false)
|
testPatternSampling(Unice, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Ursula } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Ursula)
|
testPatternConfig(Ursula)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Ursula)
|
||||||
testPatternDrafting(Ursula, false)
|
testPatternDrafting(Ursula, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Ursula, false)
|
testPatternSampling(Ursula, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Wahid } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Wahid)
|
testPatternConfig(Wahid)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Wahid)
|
||||||
testPatternDrafting(Wahid, false)
|
testPatternDrafting(Wahid, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Wahid, false)
|
testPatternSampling(Wahid, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Walburga } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Walburga)
|
testPatternConfig(Walburga)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Walburga)
|
||||||
testPatternDrafting(Walburga, false)
|
testPatternDrafting(Walburga, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Walburga, false)
|
testPatternSampling(Walburga, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Waralee } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Waralee)
|
testPatternConfig(Waralee)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Waralee)
|
||||||
testPatternDrafting(Waralee, false)
|
testPatternDrafting(Waralee, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Waralee, false)
|
testPatternSampling(Waralee, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Yuri } from '../src/index.mjs'
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
//import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||||
|
|
||||||
// Test config
|
// Test config
|
||||||
testPatternConfig(Yuri)
|
testPatternConfig(Yuri)
|
||||||
|
@ -13,4 +13,4 @@ testPatternConfig(Yuri)
|
||||||
testPatternDrafting(Yuri, false)
|
testPatternDrafting(Yuri, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Yuri, false)
|
testPatternSampling(Yuri, false)
|
||||||
|
|
|
@ -280,6 +280,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
<td align="center"><a href="https://github.com/cloutiy"><img src="https://avatars.githubusercontent.com/u/8433147?v=4?s=100" width="100px;" alt="yc"/><br /><sub><b>yc</b></sub></a><br /><a href="#translation-cloutiy" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tfoot>
|
||||||
|
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue