test_that("gets correct name", {
line = "#BioModule path.to.class.for.Dostuff AS MyStuff"
expect_equivalent( classFromRunline( line ), "path.to.class.for.Dostuff")
line2 = "#BioModule path.to.class.for.Dostuff"
expect_equivalent( classFromRunline( line2 ) , "path.to.class.for.Dostuff")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.