You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added post-patches.sh to ensure auto-generation doesn't override proper code for setStartDate() and CustomerProfileExType to be used in UpdateCustomerProfileRequest
#Assumption - No child code blocks (curly-brace pairs) within the setStartDate method
12
+
#Test file - testfile.txt
13
+
#Options used:
14
+
# -p is used to do replacements. Unlike -n which only traverses the file line by line, but doesn't replace.
15
+
# -0777 treats the entire file as a blob, instead of doing line by line
16
+
# -i is used only for the final files, when we are sure to do the replace.
17
+
# /s at the end of regex does the same thing, called the "single-line" mode
18
+
# /g at the end of regex does the replacements for entire file, not just first match
19
+
# /i is NOT used in the regex as we want our comparisons to be case-sensitive, not insensitive return/gs' lib/net/authorize/api/contract/v1/testfile.txt
0 commit comments