Sha256: d81fde8910f5c037b8cde968501b35a314b71fdef8e54714faf1804c47ab6521

Contents?: true

Size: 484 Bytes

Versions: 3

Compression:

Stored size: 484 Bytes

Contents

#!/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'
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
markdown_exec-2.7.2 bats/command-substitution.bats
markdown_exec-2.7.1 bats/command-substitution.bats
markdown_exec-2.7.0 bats/command-substitution.bats