Changes between Initial Version and Version 2 of Ticket #3881


Ignore:
Timestamp:
02/29/20 06:33:35 (4 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3881

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Milestone changed from Future Releases to
  • Ticket #3881 – Description

    initial v2  
    22 
    33Create an bash script: 
     4{{{ 
    45#!/bin/bash 
    56echo "hello world" 
    67res="$(ls "-1" "$(pwd)")" 
    78echo "hello world" 
     9}}} 
    810 
    911Second hello world is highlighted incorrectly. You can compare highlighting with vim or other editor as well. See attached screenshot