@function expect($this) {
  $bc-actual: $this !global;
  $bc-actual-text: "Expected" !global;

  @return null;
}
