module Tests.String open NUnit.Framework open Pentole.TestsExtensions open Pentole [] let split_test () = let target = "a/b/c" seqEqual (target.Split("/")) (String.split "/" target)