Sha256: 3a106455ee9986a1f5884372ac3b487e3008a6af1790aa1d19bb57ece865d6e5

Contents?: true

Size: 1.52 KB

Versions: 79

Compression:

Stored size: 1.52 KB

Contents

# encoding: utf-8
# language: ja
@javascript
機能: operators_negate - 「条件:< >ではない」ブロック
  背景:
    前提 "ブロック" タブを表示する

  シナリオ: ブロックのみ配置する
    もし 次のブロック("operators_negate")を配置する:
      """
      %block{:type => "operators_negate", :x => "0", :y => "0", :inline => "true"}
      """
    かつ ブロックからソースコードを生成する

    ならば テキストエディタのプログラムは以下を含むこと:
      """
      !true
      """

  シナリオ: 値を設定したブロックを配置する
    もし 次のブロック("operators_negate")を配置する:
      """
      %block{:type => "operators_negate", :x => "0", :y => "0", :inline => "true"}
        %value{:name => "A"}
          %block{:type => "operators_false"}
      """
    かつ ブロックからソースコードを生成する

    ならば テキストエディタのプログラムは以下を含むこと:
      """
      !false
      """

    もし 次のブロック("operators_negate")を配置する:
      """
      %block{:type => "ruby_p", :x => "0", :y => "0", :inline => "true"}
        %value{:name => "ARG"}
          %block{:type => "operators_negate"}
            %value{:name => "A"}
              %block{:type => "operators_false"}
      """
    かつ ブロックからソースコードを生成する

    ならば テキストエディタのプログラムは以下を含むこと:
      """
      p(!false)
      """

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
smalruby-editor-0.4.1-x86-mingw32 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.4.2-x86-mingw32 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.4.2 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.4.1 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.4.0-x86-mingw32 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.4.0 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.5-x86-mingw32 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.5 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.4-x86-mingw32 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.4 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.3-x86-mingw32 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.3 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.2-x86-mingw32 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.2 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.1-x86-mingw32 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.1 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.0-x86-mingw32 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.3.0 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.2.7-x86-mingw32 spec/acceptance/block_mode/blocks/operators/negate.feature
smalruby-editor-0.2.7 spec/acceptance/block_mode/blocks/operators/negate.feature