############################################################### # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # ############################################################### # # simple spreadsheet - insert a new column in middle # TEST||MINICALC|c_simple03 MINICALC_ENTER_CELL|0|1|Col2\n SLEEP|3 MINICALC_ENTER_CELL|1|1|2\n SLEEP|3 MINICALC_ENTER_CELL|2|1|2\n SLEEP|3 MINICALC_ENTER_CELL|3|1|2\n SLEEP|5 MINICALC_ENTER_CELL|0|2|Col3\n SLEEP|3 MINICALC_ENTER_CELL|1|2|3\n SLEEP|3 MINICALC_ENTER_CELL|2|2|3\n SLEEP|3 MINICALC_ENTER_CELL|3|2|3\n SLEEP|5