dnscontrol/pkg/js/parse_tests
Ismael Peral 06404fdcf9 Fix CAA Support: helpers.js CAA_CRITICAL flag=128 (#318) (#319)
* Update helpers.js CAA_CRITICAL flag=128 (#318)

CAA flag "Issuer Critical Flag" sets first bit (bit 0) to 1 where bit 0 is the 8th bit in the flag, so it's doing the change by left shift 7 positions the value 1.

* Change caa tests

Apply changes for Travis-CI, now caaflag must be 128 instead of 1.

* generated static.go and matrix.html
2018-02-09 14:03:40 -05:00
..
001-basic.js
001-basic.json
002-ttl.js
002-ttl.json
003-meta.js
003-meta.json
004-ips.js
004-ips.json
006-transforms.js
006-transforms.json tests that would have caught tag renaming bug. js tests now don't marahsl expected through the go object. Instead minify both sides to compare 2017-07-20 17:41:15 -04:00
007-importTransformTTL.js Refactor addRecord to recordBuilder (#157) (#163) 2017-08-11 14:48:43 -04:00
007-importTransformTTL.json Refactor addRecord to recordBuilder (#157) (#163) 2017-08-11 14:48:43 -04:00
008-import.js
008-import.json tests that would have caught tag renaming bug. js tests now don't marahsl expected through the go object. Instead minify both sides to compare 2017-07-20 17:41:15 -04:00
009-reverse.js
009-reverse.json tests that would have caught tag renaming bug. js tests now don't marahsl expected through the go object. Instead minify both sides to compare 2017-07-20 17:41:15 -04:00
010-alias.js
010-alias.json tests that would have caught tag renaming bug. js tests now don't marahsl expected through the go object. Instead minify both sides to compare 2017-07-20 17:41:15 -04:00
011-cfRedirect.js
011-cfRedirect.json tests that would have caught tag renaming bug. js tests now don't marahsl expected through the go object. Instead minify both sides to compare 2017-07-20 17:41:15 -04:00
012-duration.js
012-duration.json tests that would have caught tag renaming bug. js tests now don't marahsl expected through the go object. Instead minify both sides to compare 2017-07-20 17:41:15 -04:00
013-mx.js tests that would have caught tag renaming bug. js tests now don't marahsl expected through the go object. Instead minify both sides to compare 2017-07-20 17:41:15 -04:00
013-mx.json tests that would have caught tag renaming bug. js tests now don't marahsl expected through the go object. Instead minify both sides to compare 2017-07-20 17:41:15 -04:00
014-caa.js Add CAA support (#161) 2017-07-25 14:59:40 -04:00
014-caa.json Fix CAA Support: helpers.js CAA_CRITICAL flag=128 (#318) (#319) 2018-02-09 14:03:40 -05:00
015-tlsa.js Add TLSA record support (#165) (#203) 2017-09-15 09:03:29 -04:00
015-tlsa.json Add TLSA record support (#165) (#203) 2017-09-15 09:03:29 -04:00
016-backslash.js add some backslash parse tests 2017-09-15 10:29:28 -04:00
016-backslash.json Add support for TXT records with multiple strings (BIND, ROUTE53) (#293) 2018-01-04 19:19:35 -05:00
017-txt.js Add support for TXT records with multiple strings (BIND, ROUTE53) (#293) 2018-01-04 19:19:35 -05:00
017-txt.json Add support for TXT records with multiple strings (BIND, ROUTE53) (#293) 2018-01-04 19:19:35 -05:00
018-dkim.js Add syntax for very long DKIM strings (#295) 2018-01-04 21:17:08 -05:00
018-dkim.json Add syntax for very long DKIM strings (#295) 2018-01-04 21:17:08 -05:00
019-ignored-records.js Add IGNORE(label) which ignores label at the provider (#183) (#300) 2018-01-15 15:39:29 -05:00
019-ignored-records.json Add IGNORE(label) which ignores label at the provider (#183) (#300) 2018-01-15 15:39:29 -05:00
019-r53-alias.js ROUTE53: Support Route53's ALIAS record type (#239) (#301) 2018-01-16 05:53:12 -05:00
019-r53-alias.json ROUTE53: Support Route53's ALIAS record type (#239) (#301) 2018-01-16 05:53:12 -05:00
import.js