diff --git a/BrittleFish/ConsoleCommands.fs b/BrittleFish/ConsoleCommands.fs index 2882467..e7651e8 100644 --- a/BrittleFish/ConsoleCommands.fs +++ b/BrittleFish/ConsoleCommands.fs @@ -49,30 +49,27 @@ [] [ test 1">] let ``test 1``() = "Result: Test 1 working" + (*This does not work.*) [] - [] + [] [] - [ test 2">] + [ test-2">] let ``test-2``() = "Result: Test 2 working" - (*This only works when you type "test 2" not ideal but better then nothing - THIS IS DIFFERENT THAN THE CORE VERSION OF THE FRAMEWORK.*) + (*This works.*) [] [] [] [ test 3">] let """test 3""" = "Result: Test 3 working" - (*This is not displayed in the help section, regardless of the attributes. - It still works if you enter the command into the console, though.*) + (*This does not work.*) [] [] [] [ test 4">] let """test-4""" = "Result: Test 4 working" - (* This only works when you type "test 4" not ideal but better then nothing. - This is not displayed in the help section, regardless of the attributes. - It still works if you enter the command in the console, though.*) + (* This does not work.*) diff --git a/BrittleFishCore/ConsoleCommands.fs b/BrittleFishCore/ConsoleCommands.fs index 51f854e..2ff88c8 100644 --- a/BrittleFishCore/ConsoleCommands.fs +++ b/BrittleFishCore/ConsoleCommands.fs @@ -5,12 +5,13 @@ open Console.Waterworks.Core open Console.Waterworks.Core.Attributes open FunkyFishCore // This is where the "LibraryTest" functions are -- in BFLibCore - + (* [] [] [] [ test">] let test() = "The console is working" + *) [] []