Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

spec-09-20.test
# RUN: yaml-bench -canonical %s | FileCheck %s
# CHECK: !!str "detected\n"
# CHECK: !!str "\n\n# detected\n"
# CHECK: !!str " explicit\n"
# CHECK: !!str "\t\ndetected\n"

- |
 detected
- >
 
  
  # detected
- |1
  explicit
- >
 	
 detected