Browse Source

Fixed commet about "test 5".

End of day check-in.
Need to copy over the new tests and write the attributes out for them next time.
master
Craig Oates 6 years ago
parent
commit
2288588bb2
  1. 4
      BrittleFish/ConsoleCommands.fs

4
BrittleFish/ConsoleCommands.fs

@ -47,9 +47,9 @@
// this is fine AND SWEET! // this is fine AND SWEET!
let ``test 4`` = "Hi there" let ``test 4`` = "Hi there"
// this only works when you type "test-5" not ideal but better then nothing // this only works when you type "test 5" not ideal but better then nothing
let ``test-5`` = "Hi there" let ``test-5`` = "Hi there"
// this is also fine... f# does open things up a bit more than C#... SWEET! // This also works...
let """test 6""" = "Hi there" let """test 6""" = "Hi there"

Loading…
Cancel
Save