Skip to content

Commit

Permalink
Add test for issue-4543
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurau4 authored and calebcartwright committed Dec 9, 2020
1 parent cddbc49 commit 67ad7ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/source/issue-4543.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main() {
let oid = oid!(1.2.840.113549.1.1.5);
let oid2 = oid!(2.5.4.3);
}
4 changes: 4 additions & 0 deletions tests/target/issue-4543.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main() {
let oid = oid!(1.2.840.113549.1.1.5);
let oid2 = oid!(2.5.4.3);
}

0 comments on commit 67ad7ea

Please sign in to comment.