File: test_unsized.rs

package info (click to toggle)
rust-similar-asserts 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: makefile: 24
file content (4 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (2)
1
2
3
4
#[test]
fn test_unsized() {
    similar_asserts::assert_eq!("foo".to_string(), "bfoo"[1..]);
}