indutny / asn1.js

ASN.1 Decoder/Encoder/DSL
MIT License
184 stars 64 forks source link

/test.js in 4.9.1 package has wrong syntax #88

Closed alesak closed 6 years ago

alesak commented 7 years ago

'use strict';

const rfc5280 = require('./rfc/5280');

const tbs =

I guess this file doesn't need to be included in distributed npm package or should be valid JS file

indutny commented 6 years ago

My mistake, it should not be included indeed. Thanks!