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