Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update Vocalink data sets and PDF docs to versions valid as of 16/4/2018 #13

Merged
merged 1 commit into from
Apr 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
040010 040014 DBLAL 2 1 2 1 2 1 2 1 2 1 2 1 2 1
040020 040059 MOD11 0 2 0 0 9 1 2 8 4 3 7 5 6 1
040072 040073 MOD11 0 0 0 0 0 0 8 7 6 5 4 3 2 1
040082 040082 MOD10 2 1 2 1 2 1 0 64 32 16 8 4 2 1
040400 041399 DBLAL 1 3 4 3 9 3 1 7 5 5 4 5 2 4
050000 050020 MOD11 0 0 0 0 0 0 2 1 7 5 8 2 4 1
050022 058999 MOD11 0 0 0 0 0 0 2 1 7 5 8 2 4 1
Expand Down Expand Up @@ -210,6 +211,7 @@
232279 232279 DBLAL 2 1 2 1 2 1 2 1 2 1 2 1 2 1
232283 232283 MOD11 0 0 0 0 0 0 0 7 6 5 4 3 2 1
232283 232283 DBLAL 2 1 2 1 2 1 2 1 2 1 2 1 2 1
232290 232290 MOD11 0 0 0 0 0 0 0 7 6 5 4 3 2 1
232445 232445 MOD11 0 0 0 0 0 0 0 7 6 5 4 3 2 1
232445 232445 DBLAL 2 1 2 1 2 1 2 1 2 1 2 1 2 1
232571 232571 MOD11 0 0 0 0 0 0 0 7 6 5 4 3 2 1
Expand Down Expand Up @@ -638,6 +640,7 @@
302556 302556 MOD11 0 0 3 2 9 8 1 7 6 5 4 3 2 1 9
302579 302580 MOD11 0 0 3 2 9 8 5 7 6 5 4 3 2 1 2
302579 302580 MOD11 0 0 3 2 9 8 1 7 6 5 4 3 2 1 9
302880 302880 MOD11 0 0 0 0 0 0 8 7 6 5 4 3 2 1
303460 303461 MOD11 0 0 3 2 9 8 5 7 6 5 4 3 2 1 2
303460 303461 MOD11 0 0 3 2 9 8 1 7 6 5 4 3 2 1 9
305907 305939 MOD11 0 0 3 2 9 8 5 7 6 5 4 3 2 1 2
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default class UkModulusChecking {
*/

loadValacdos() {
const content = fs.readFileSync(`${__dirname}/data/valacdos-v460.txt`, 'utf8');
const content = fs.readFileSync(`${__dirname}/data/valacdos-v480-updated.txt`, 'utf8');
const valacdos = [];

content.split('\r\n').forEach((line) => {
Expand Down