Skip to content

Commit

Permalink
Add the println output for the current example #11
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Apr 22, 2020
1 parent 5239274 commit 14db159
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/syn/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,14 @@ mod tests {
opt: None,
some: Some("Lorem Ipsum".to_string()),
};

// Writing sequence Whatever
// Writing Utf8String(MIN..MAX): SeGreatName
// Writing OPTIONAL
// None
// Writing OPTIONAL
// Some
// Writing Utf8String(MIN..MAX): Lorem Ipsum
value.write(&mut writer).unwrap();
}
}

0 comments on commit 14db159

Please sign in to comment.