#!/usr/bin/env bats load 'test_helper' @test 'Command substitution' { spec_mde_xansi_dname_doc_blocks_expect docs/dev/command-substitution.md \ 'CURRENT BASE NAME IS: MARKDOWN_EXEC_current base name is: markdown_exec_current base name is: markdown_exec_| current base name |_| ----------------- |_| markdown_exec |_: notice the string is not expanded in Shell block types (names or body)._ echo "current base name is now $(basename `pwd`)"__load: file_markdown_exec.sh' }